Skip to content

Commit

Permalink
Merge pull request #21 from browner12/laravel-57
Browse files Browse the repository at this point in the history
add Laravel 5.7
  • Loading branch information
browner12 authored Sep 11, 2018
2 parents 04ddf61 + a5ccef2 commit f53ce5b
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.*",
"illuminate/contracts": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*"
"illuminate/console": "5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*"
},
"require-dev": {
"phpunit/phpunit": "~6.0|~7.0",
Expand Down

0 comments on commit f53ce5b

Please sign in to comment.