Skip to content

Commit 4aa43fa

Browse files
authored
Merge pull request #690 from kevinpijning/laravel-5.7-support
Laravel 5.7 support
2 parents 45e84b9 + d55b484 commit 4aa43fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.0",
14-
"illuminate/support": "^5.1,<5.7",
15-
"illuminate/console": "^5.1,<5.7",
16-
"illuminate/filesystem": "^5.1,<5.7",
14+
"illuminate/support": "^5.1,<5.8",
15+
"illuminate/console": "^5.1,<5.8",
16+
"illuminate/filesystem": "^5.1,<5.8",
1717
"barryvdh/reflection-docblock": "^2.0.4",
1818
"composer/composer": "^1.6"
1919
},
2020
"require-dev": {
21-
"illuminate/config": "^5.1,<5.7",
22-
"illuminate/view": "^5.1,<5.7",
21+
"illuminate/config": "^5.1,<5.8",
22+
"illuminate/view": "^5.1,<5.8",
2323
"phpro/grumphp": "^0.14",
2424
"phpunit/phpunit" : "4.*",
2525
"scrutinizer/ocular": "~1.1",

0 commit comments

Comments
 (0)