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 1f777ab commit c3cc4c2Copy full SHA for c3cc4c2
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": "~5.7"
+ "cooperl/laravel-db2": "~5.8"
21
}
22
23
Use [composer](http://getcomposer.org) to install this package.
composer.json
@@ -17,7 +17,7 @@
],
"php": ">=7.1.3",
- "illuminate/database": "5.7.*"
+ "illuminate/database": "5.8.*"
},
"require-dev": {
0 commit comments