Skip to content

Commit

Permalink
Laravel 8.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperl22 committed Sep 25, 2020
1 parent c614268 commit fed6ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "^7.0"
"cooperl/laravel-db2": "^8.0"
}
```
Use [composer](https://getcomposer.org) to install this package.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^7.2",
"illuminate/database": "^6.0"
"php": "^7.3",
"illuminate/database": "^8.0"
},
"require-dev": {
},
Expand Down

0 comments on commit fed6ccf

Please sign in to comment.