forked from mongodb/laravel-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompatibility.txt
42 lines (30 loc) · 1.08 KB
/
compatibility.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. _laravel-compatibility:
=============
Compatibility
=============
.. facet::
:name: genre
:values: reference
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
.. meta::
:keywords: laravel 9, laravel 10, laravel 11, laravel 12, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3
Laravel Compatibility
---------------------
The following compatibility table specifies the versions of Laravel and
the {+odm-short+} that you can use together.
.. include:: /includes/framework-compatibility-laravel.rst
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+} v5.2 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 v5.2.1. {+odm-long+} v5.2.1 still supports v1.x
versions of the extension.