Skip to content

Commit 5e0c761

Browse files
committed
Add support for Laravel 7
1 parent 2e3c326 commit 5e0c761

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"license": "MIT",
1313
"authors": [],
1414
"require": {
15-
"php": "^7.2",
16-
"illuminate/console": "5.8.*|^6.0",
17-
"illuminate/database": "5.8.*|^6.0",
18-
"illuminate/support": "5.8.*|^6.0",
19-
"illuminate/routing": "5.8.*|^6.0"
15+
"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"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit" : "^8.0",

0 commit comments

Comments
 (0)