Skip to content

Commit

Permalink
laravel 5.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
melihovv committed Sep 4, 2018
1 parent 6894493 commit 7aecee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"require": {
"php": ">=7.0",
"illuminate/support": "~5.5.0|~5.6.0"
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "~6.0|~7.0",
"sebastian/phpcpd": "^3.0",
Expand Down

0 comments on commit 7aecee1

Please sign in to comment.