Skip to content

Commit c9dca38

Browse files
authored
support laravel 9
1 parent 44aed2c commit c9dca38

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
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^7.1.3|^8.0",
1212
"monolog/monolog": "^1.23|^2.0",
13-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
13+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
1414
},
1515
"minimum-stability": "dev",
1616
"prefer-stable": true,

0 commit comments

Comments
 (0)