Skip to content

Commit 847def8

Browse files
committed
laravel 5.7 support
1 parent 4b3490a commit 847def8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": ">=5.6.4",
22-
"illuminate/filesystem": "~5.5.0|~5.6.0",
23-
"illuminate/support": "~5.5.0|~5.6.0"
22+
"illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0",
23+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^0.9.7",
27-
"orchestra/testbench": "~3.5.0|~3.6.0",
27+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
2828
"phpmd/phpmd": "^2.5",
2929
"phpunit/phpunit": "~6.0|~7.0",
3030
"sebastian/phpcpd": "^3.0",

0 commit comments

Comments
 (0)