Laravel 5.8 compatibility
This commit is contained in:
parent
1f777ab61f
commit
c3cc4c2805
@ -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.
|
||||
|
@ -17,7 +17,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1.3",
|
||||
"illuminate/database": "5.7.*"
|
||||
"illuminate/database": "5.8.*"
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user