-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify Laravel/PHP version support matrix (#753)
* Add missing supported Laravel/PHP combinations to CI * Update requirements.md
- Loading branch information
1 parent
a836c8a
commit 43dfccc
Showing
2 changed files
with
27 additions
and
17 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
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. |