Skip to content

Commit 7343f2d

Browse files
committed
add support for Laravel 8
1 parent 3544a8f commit 7343f2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}],
1111
"require": {
1212
"php": ">=5.6.4",
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",
13+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0",
14+
"illuminate/console": "^5.4|^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/filesystem": "^5.4|^6.0|^7.0|^8.0|^9.0",
1717
"symfony/finder": "^5.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)