Skip to content

Commit

Permalink
Add support for Laravel 5.8 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tormjens authored and kaidesu committed Apr 1, 2019
1 parent 27d1f07 commit b1312cb
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.*",
"illuminate/config": "5.5.*|5.6.*|5.7.*",
"illuminate/routing": "5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.5.*|5.6.*|5.7.*"
"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.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b1312cb

Please sign in to comment.