Skip to content

Commit

Permalink
Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLingham authored Jan 6, 2020
1 parent 0003a8c commit 1451448
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 @@ -11,7 +11,7 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "^5.1"
"illuminate/support": "^5.1 || ^6.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
Expand Down

1 comment on commit 1451448

@tanthammar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Laravel is on 6.9.x now.
Unable to install.
Is it not supported?

Please sign in to comment.