We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c614268 commit fed6ccfCopy full SHA for fed6ccf
README.md
@@ -17,7 +17,7 @@ It provides DB2 Connection by extending the Illuminate Database component of the
17
Add laravel-db2 to your composer.json file:
18
```
19
"require": {
20
- "cooperl/laravel-db2": "^7.0"
+ "cooperl/laravel-db2": "^8.0"
21
}
22
23
Use [composer](https://getcomposer.org) to install this package.
composer.json
@@ -16,8 +16,8 @@
16
],
- "php": "^7.2",
- "illuminate/database": "^6.0"
+ "php": "^7.3",
+ "illuminate/database": "^8.0"
},
"require-dev": {
0 commit comments