Skip to content

Commit 5a45503

Browse files
committed
Support Laravel 12
1 parent 1cd1969 commit 5a45503

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
@@ -17,21 +17,21 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^11.0",
20+
"illuminate/contracts": "^11.0||^12.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
2222
"statsig/statsigsdk": "^3.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
2626
"nunomaduro/collision": "^8.0",
27-
"larastan/larastan": "^2.0.1",
28-
"orchestra/testbench": "^9.0",
27+
"larastan/larastan": "^3.0",
28+
"orchestra/testbench": "^9.0||^10.0",
2929
"pestphp/pest": "^3.0",
3030
"pestphp/pest-plugin-arch": "^3.0",
3131
"pestphp/pest-plugin-laravel": "^3.0",
3232
"phpstan/extension-installer": "^1.1",
33-
"phpstan/phpstan-deprecation-rules": "^1.0",
34-
"phpstan/phpstan-phpunit": "^1.0",
33+
"phpstan/phpstan-deprecation-rules": "^2.0",
34+
"phpstan/phpstan-phpunit": "^2.0",
3535
"spatie/laravel-ray": "^1.26"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)