Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Feb 15, 2020
1 parent 1e5d2ec commit a5620ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": "^7.1.3",
"illuminate/database": "^5.8 || ^6.0",
"illuminate/support": "^5.8 || ^6.0"
"illuminate/database": "^5.8 || ^6.0 || ^7.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.4 || ^9.0",
Expand Down

0 comments on commit a5620ae

Please sign in to comment.