Skip to content

Commit

Permalink
Composer update to allow for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duellsy authored Aug 5, 2019
1 parent 79b1e62 commit 8ebadae
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 @@ -16,7 +16,7 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4.0|~5.0|~5.1",
"illuminate/support": "~4.0|~5.0|~5.1|^6.0",
"laravel/framework": "~5.4"
},
"autoload": {
Expand Down

0 comments on commit 8ebadae

Please sign in to comment.