Skip to content

Commit 7aecee1

Browse files
committed
laravel 5.7 support
1 parent 6894493 commit 7aecee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
"require": {
2929
"php": ">=7.0",
30-
"illuminate/support": "~5.5.0|~5.6.0"
30+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "~3.5.0|~3.6.0",
33+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
3434
"phpmd/phpmd": "^2.6",
3535
"phpunit/phpunit": "~6.0|~7.0",
3636
"sebastian/phpcpd": "^3.0",

0 commit comments

Comments
 (0)