Laravel 5.8 compatibility

This commit is contained in:
Maxime Rault 2019-03-14 15:44:45 +01:00
parent 1f777ab61f
commit c3cc4c2805
2 changed files with 2 additions and 2 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:
```
"require": {
"cooperl/laravel-db2": "~5.7"
"cooperl/laravel-db2": "~5.8"
}
```
Use [composer](http://getcomposer.org) to install this package.

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/database": "5.7.*"
"illuminate/database": "5.8.*"
},
"require-dev": {
},