Laravel 5.7 compatibility

This commit is contained in:
Maxime Rault 2018-09-28 16:31:48 +02:00
parent 042ec84297
commit 92137152c5
1 changed files with 1 additions and 1 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.6"
"cooperl/laravel-db2": "~5.7"
}
```
Use [composer](http://getcomposer.org) to install this package.