Skip to content

Commit 7e70c79

Browse files
committed
Update laravel support to include Laravel 7
1 parent d51025f commit 7e70c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"require": {
2828
"php": "^7.4",
29-
"illuminate/routing": "^6.0",
30-
"illuminate/database": "^6.0",
31-
"illuminate/validation": "^6.0"
29+
"illuminate/routing": "^6.0 || ^7.0",
30+
"illuminate/database": "^6.0 || ^7.0",
31+
"illuminate/validation": "^6.0 || ^7.0"
3232
},
3333
"extra": {
3434
"laravel": {

0 commit comments

Comments
 (0)