Skip to content

Commit

Permalink
Add Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Aug 6, 2019
1 parent b1312cb commit b9eff7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*"
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9eff7c

Please sign in to comment.