Skip to content

Commit

Permalink
Support Laravel 6+
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu authored May 6, 2020
1 parent 3f1ae73 commit 477ccf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"type": "library",
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.1",
"illuminate/console": "~5.1"
"illuminate/support": ">=5.1",
"illuminate/console": ">=5.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit 477ccf2

Please sign in to comment.