Skip to content

Commit d26da9e

Browse files
committed
Add support for Laravel 8
1 parent 4299b2e commit d26da9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"authors": [],
1414
"require": {
1515
"php": "^7.2.5",
16-
"illuminate/console": "5.8.*|^6.0|^7.0",
17-
"illuminate/database": "5.8.*|^6.0|^7.0",
18-
"illuminate/support": "5.8.*|^6.0|^7.0",
19-
"illuminate/routing": "5.8.*|^6.0|^7.0"
16+
"illuminate/console": "^6.0|^7.0|^8.0",
17+
"illuminate/database": "^6.0|^7.0|^8.0",
18+
"illuminate/support": "^6.0|^7.0|^8.0",
19+
"illuminate/routing": "^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit" : "^8.0",

0 commit comments

Comments
 (0)