Skip to content

Commit

Permalink
Laravel 5.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperl22 committed Mar 14, 2019
1 parent 1f777ab commit c3cc4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/database": "5.7.*"
"illuminate/database": "5.8.*"
},
"require-dev": {
},
Expand Down

0 comments on commit c3cc4c2

Please sign in to comment.