From 31acc3fabcb6455ef94bcc3abe858362cf53b4ce Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Tue, 15 Apr 2025 10:12:18 -0700 Subject: [PATCH] add section to compat page --- docs/compatibility.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/compatibility.txt b/docs/compatibility.txt index e02bda581..79cf7b88a 100644 --- a/docs/compatibility.txt +++ b/docs/compatibility.txt @@ -28,3 +28,15 @@ the {+odm-short+} that you can use together. To find compatibility information for unmaintained versions of the {+odm-short+}, see `Laravel Version Compatibility <{+mongodb-laravel-gh+}/blob/3.9/README.md#installation>`__ on GitHub. + +PHP Driver Compatibility +------------------------ + +To use {+odm-long+} v4.9 or later, you must install v1.21 of the +{+php-library+} and {+php-extension+}. + +.. important:: {+php-extension+} v2.0 Compatibility + + If you upgrade the {+php-extension+} to v2.0, you must also upgrade + {+odm-long+} to v4.9.0. {+odm-long+} v4.9.0 still supports v1.x + versions of the extension. \ No newline at end of file