Skip to content

Commit

Permalink
Adds Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jacotijssen authored Aug 29, 2019
1 parent 47b8d53 commit c170cef
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 @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*"
"illuminate/support": "^5.0|^6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c170cef

Please sign in to comment.