Skip to content

Commit

Permalink
Fix 6.0 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
maddhatter committed Jan 30, 2020
1 parent 7b89a13 commit f608ee3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"illuminate/view": "~5.0",
"illuminate/filesystem": "~5.0",
"illuminate/console": "~5.0"
"illuminate/support": "~5.0|~6.0",
"illuminate/view": "~5.0|~6.0",
"illuminate/filesystem": "~5.0|~6.0",
"illuminate/console": "~5.0|~6.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit f608ee3

Please sign in to comment.