Skip to content

Commit ea41627

Browse files
authored
Support Laravel 12
1 parent 6bcfe1b commit ea41627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"php": "^7.2|^8.0",
2222
"ext-openssl": "*",
2323
"guzzlehttp/guzzle": "^7.4",
24-
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
25-
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0",
26-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
24+
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)