Skip to content

Commit 0bd08f3

Browse files
add laravel 8 and 9 support to composer
1 parent cec6476 commit 0bd08f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^7.0",
26-
"illuminate/support": "~5|~6|~7"
26+
"illuminate/support": "~5|~6|~7|~8|~9"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)