Skip to content

Commit 411069e

Browse files
authored
Support laravel 12
1 parent c812544 commit 411069e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"require": {
2626
"php": "^8.2",
2727
"cosmastech/statsd-client-adapter": "^0.4",
28-
"illuminate/support": "^10.0|^11.0",
29-
"illuminate/contracts": "^10.0|^11.0"
28+
"illuminate/support": "^10.0|^11.0|^12.0",
29+
"illuminate/contracts": "^10.0|^11.0|^12.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^11.2.5",

0 commit comments

Comments
 (0)