Skip to content

Commit

Permalink
Add Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
miracuthbert committed Sep 10, 2020
1 parent d5d995b commit 02491b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],
"require": {
"php": "^7.1.3",
"illuminate/console": "5.8.*|^6.0",
"illuminate/database": "5.8.*|^6.0",
"illuminate/events": "5.8.*|^6.0",
"illuminate/http": "5.8.*|^6.0",
"illuminate/support": "5.8.*|^6.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"kalnoy/nestedset": "^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 02491b8

Please sign in to comment.