Skip to content

Commit

Permalink
Allow for higher package versions, Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers authored Nov 1, 2019
1 parent 8526d68 commit 4acc812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.*"
"illuminate/support": ">5.0.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4acc812

Please sign in to comment.