Skip to content

Commit c3cc4c2

Browse files
committed
Laravel 5.8 compatibility
1 parent 1f777ab commit c3cc4c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It provides DB2 Connection by extending the Illuminate Database component of the
1717
Add laravel-db2 to your composer.json file:
1818
```
1919
"require": {
20-
"cooperl/laravel-db2": "~5.7"
20+
"cooperl/laravel-db2": "~5.8"
2121
}
2222
```
2323
Use [composer](http://getcomposer.org) to install this package.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.3",
20-
"illuminate/database": "5.7.*"
20+
"illuminate/database": "5.8.*"
2121
},
2222
"require-dev": {
2323
},

0 commit comments

Comments
 (0)