Skip to content

Commit fed6ccf

Browse files
committed
Laravel 8.0 compatibility
1 parent c614268 commit fed6ccf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "^7.0"
20+
"cooperl/laravel-db2": "^8.0"
2121
}
2222
```
2323
Use [composer](https://getcomposer.org) to install this package.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
20-
"illuminate/database": "^6.0"
19+
"php": "^7.3",
20+
"illuminate/database": "^8.0"
2121
},
2222
"require-dev": {
2323
},

0 commit comments

Comments
 (0)