-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
126d6c6
commit d4ebce3
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Requirements | ||
|
||
Lodata works with Laravel 8 (PHP 7.3 - 8.1) and Laravel 9 (PHP 8.0 - 8.1). | ||
Lodata v5 works with: | ||
- Laravel 8 (PHP 7.3 - 8.1) | ||
- Laravel 9 (PHP 8.0 - 8.2) | ||
- Laravel 10 (PHP 8.1 - 8.3) | ||
|
||
* PHP: `^7.3|^7.4|^8.0` | ||
* Laravel: `^8.0|^9.0` | ||
|
||
To use any of the PDO database connectors you must have the correct PHP extensions installed. | ||
To use any of the PDO database connectors you must have the correct PHP extensions installed. |