Laravel 8.0 compatibility
This commit is contained in:
parent
c6142685fb
commit
fed6ccfc27
@ -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": "^7.0"
|
||||
"cooperl/laravel-db2": "^8.0"
|
||||
}
|
||||
```
|
||||
Use [composer](https://getcomposer.org) to install this package.
|
||||
|
@ -16,8 +16,8 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.2",
|
||||
"illuminate/database": "^6.0"
|
||||
"php": "^7.3",
|
||||
"illuminate/database": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user