Skip to content

Commit

Permalink
Merge pull request #29 from browner12/laravel-58
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
browner12 authored Feb 26, 2019
2 parents 087da71 + caad19f commit 21e9c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": ">=7.0",
"illuminate/console": "5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*"
"illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"phpunit/phpunit": "~6.0|~7.0",
Expand Down

0 comments on commit 21e9c4f

Please sign in to comment.