Skip to content

Commit d564f44

Browse files
committed
Add support to laravel 9 version
1 parent c013bf0 commit d564f44

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
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.2|^8.0",
25-
"illuminate/support": "^6.5|^7.0|^8.0"
25+
"illuminate/support": "^6.5|^7.0|^8.0|^9.0"
2626
},
2727
"require-dev": {
2828
"orchestra/testbench": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)