Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsoup authored Sep 14, 2018
1 parent a4c0e28 commit a93a290
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 @@ -15,11 +15,11 @@
"license" : "MIT",
"require": {
"php" : ">=5.6.0",
"illuminate/support" : "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/routing": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/console": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/config": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/filesystem": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
"illuminate/support" : "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/routing": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/console": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/config": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/filesystem": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
},
"require-dev" : {
"phpunit/phpunit": "^6.0",
Expand Down

0 comments on commit a93a290

Please sign in to comment.