Skip to content

Commit

Permalink
Updating Dependencies of composer.json
Browse files Browse the repository at this point in the history
Updating Dependencies of composer.json  to support laravel 7.x.x
  • Loading branch information
wovosoft authored Mar 1, 2020
1 parent 14709d8 commit 6658144
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 @@ -23,11 +23,11 @@
],
"require": {
"php": ">=7.2",
"illuminate/container": "^6.0",
"illuminate/console": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0",
"illuminate/view": "^6.0"
"illuminate/container": "^7.0",
"illuminate/console": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"illuminate/view": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6658144

Please sign in to comment.