Skip to content

Commit 63ace85

Browse files
committed
Add Laravel 7 support
1 parent 3e12e0b commit 63ace85

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
@@ -16,10 +16,10 @@
1616
],
1717
"require": {
1818
"php": "^7.1.3",
19-
"illuminate/console": "5.8.*|^6.0",
20-
"illuminate/database": "5.8.*|^6.0",
21-
"illuminate/http": "5.8.*|^6.0",
22-
"illuminate/support": "5.8.*|^6.0"
19+
"illuminate/console": "^6.0|^7.0",
20+
"illuminate/database": "^6.0|^7.0",
21+
"illuminate/http": "^6.0|^7.0",
22+
"illuminate/support": "^6.0|^7.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)