Skip to content

Commit 00ac842

Browse files
authored
Support Laravel 12
1 parent c7da2fb commit 00ac842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
],
2424
"require": {
2525
"php": "^8.2",
26-
"illuminate/contracts": "^9.0|^10.0|^11.0",
27-
"illuminate/support": "^9.0|^10.0|^11.0",
28-
"illuminate/queue": "^9.0|^10.0|^11.0",
29-
"illuminate/bus": "^9.0|^10.0|^11.0",
26+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
28+
"illuminate/queue": "^9.0|^10.0|^11.0|^12.0",
29+
"illuminate/bus": "^9.0|^10.0|^11.0|^12.0",
3030
"aws/aws-sdk-php": "^3.250"
3131
},
3232
"require-dev": {
3333
"larastan/larastan": "^2.0",
3434
"laravel/pint": "^1.2",
3535
"nunomaduro/collision": "^6.3|^7.0|^8.1",
36-
"orchestra/testbench": "^7.15|^8.0|^9.0",
36+
"orchestra/testbench": "^7.15|^8.0|^9.0|^10.0",
3737
"phpstan/extension-installer": "^1.2",
3838
"phpstan/phpstan-deprecation-rules": "^1.0",
3939
"phpunit/phpunit": "^9.5|^10.0|^11.0"

0 commit comments

Comments
 (0)