Skip to content

Commit 19fd199

Browse files
authored
laravel v12 support
1 parent 04b200f commit 19fd199

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
@@ -22,11 +22,11 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^8.2",
25+
"php": "^8.3",
2626
"aws/aws-php-sns-message-validator": "^1.6",
27-
"illuminate/http": "^11.0",
28-
"illuminate/queue": "^11.0",
29-
"illuminate/support": "^11.0"
27+
"illuminate/http": "^12.0",
28+
"illuminate/queue": "^12.0",
29+
"illuminate/support": "^12.0"
3030
},
3131
"extra": {
3232
"laravel": {

0 commit comments

Comments
 (0)