Skip to content

Commit d68c0de

Browse files
committed
laravel 5.8 support
1 parent 7aecee1 commit d68c0de

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|~5.7.0"
30+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
33+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
3434
"phpmd/phpmd": "^2.6",
3535
"phpunit/phpunit": "~6.0|~7.0",
3636
"sebastian/phpcpd": "^3.0",

0 commit comments

Comments
 (0)