Skip to content

Commit 2105138

Browse files
committed
Update Laravel version restriction to ^6.0
1 parent 3801e6d commit 2105138

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
@@ -15,13 +15,13 @@
1515
"test": "./vendor/bin/phpunit"
1616
},
1717
"require": {
18-
"illuminate/http": "5.1 - 6.5",
19-
"illuminate/console": "5.1 - 6.5",
20-
"illuminate/support": "5.1 - 6.5",
21-
"illuminate/filesystem": "5.1 - 6.5"
18+
"illuminate/http": "5.1 - 5.8|^6.0",
19+
"illuminate/console": "5.1 - 5.8|^6.0",
20+
"illuminate/support": "5.1 - 5.8|^6.0",
21+
"illuminate/filesystem": "5.1 - 5.8|^6.0"
2222
},
2323
"require-dev": {
24-
"laravel/laravel": "5.1 - 6.4",
24+
"laravel/laravel": "5.1 - 5.8|^6.0",
2525
"phpunit/phpunit": "5.7 || 6.0 || 7.0 || 7.5 || 8.4",
2626
"mockery/mockery": "^1.1.0",
2727
"friendsofphp/php-cs-fixer": "^2.16.0",

0 commit comments

Comments
 (0)