Skip to content

Commit 3544a8f

Browse files
committed
Add support for laravel 7
1 parent 3c4be48 commit 3544a8f

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
@@ -10,11 +10,11 @@
1010
}],
1111
"require": {
1212
"php": ">=5.6.4",
13-
"illuminate/support": "^5.4|^6.0",
14-
"illuminate/console": "^5.4|^6.0",
15-
"illuminate/view": "^5.4|^6.0",
16-
"illuminate/filesystem": "^5.4|^6.0",
17-
"symfony/finder": "^4.1"
13+
"illuminate/support": "^5.4|^6.0|^7.0",
14+
"illuminate/console": "^5.4|^6.0|^7.0",
15+
"illuminate/view": "^5.4|^6.0|^7.0",
16+
"illuminate/filesystem": "^5.4|^6.0|^7.0",
17+
"symfony/finder": "^5.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)