Skip to content

Commit

Permalink
Add Laravel 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Mar 5, 2018
1 parent 5294525 commit f6691ce
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 @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.5.*"
"php": ">=7.1.3",
"illuminate/support": "5.6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f6691ce

Please sign in to comment.