Skip to content

Commit

Permalink
Support for Laravel 5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Sep 2, 2018
1 parent 6f5bf2f commit dda3116
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 @@ -21,12 +21,12 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "5.5.*|5.6.*",
"illuminate/validation": "5.5.*|5.6.*"
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*"
},
"require-dev": {
"orchestra/testbench": "~3.5",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
"phpunit/phpunit": "^6.0|^7.0",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit dda3116

Please sign in to comment.