Laravel 8.0 compatibility

This commit is contained in:
Maxime Rault 2020-09-25 14:36:56 +02:00
parent c6142685fb
commit fed6ccfc27
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ It provides DB2 Connection by extending the Illuminate Database component of the
Add laravel-db2 to your composer.json file: Add laravel-db2 to your composer.json file:
``` ```
"require": { "require": {
"cooperl/laravel-db2": "^7.0" "cooperl/laravel-db2": "^8.0"
} }
``` ```
Use [composer](https://getcomposer.org) to install this package. Use [composer](https://getcomposer.org) to install this package.

View File

@ -16,8 +16,8 @@
} }
], ],
"require": { "require": {
"php": "^7.2", "php": "^7.3",
"illuminate/database": "^6.0" "illuminate/database": "^8.0"
}, },
"require-dev": { "require-dev": {
}, },