Skip to content

Commit 51c3c25

Browse files
committed
fix: incompatible package versions for Laravel 12
1 parent 6464d3a commit 51c3c25

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
@@ -23,16 +23,16 @@
2323
"illuminate/support": "^10.0|^11.0|^12.0"
2424
},
2525
"require-dev": {
26-
"larastan/larastan": "^2.7.0",
26+
"larastan/larastan": "^2.7.0|^3.0",
2727
"laravel/pint": "^1.0",
2828
"nunomaduro/collision": "^7.0|^8.0",
2929
"orchestra/testbench": "^8.0|^9.0|^10.0",
3030
"pestphp/pest": "^2.28.1|^3.0.0",
3131
"pestphp/pest-plugin-laravel": "^2.2.0|^3.0.0",
3232
"phpstan/extension-installer": "^1.1",
33-
"phpstan/phpstan": "^1.11",
34-
"phpstan/phpstan-deprecation-rules": "^1.0",
35-
"phpstan/phpstan-phpunit": "^1.0",
33+
"phpstan/phpstan": "^1.11|^2.0",
34+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
35+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
3636
"phpunit/phpunit": "^10.5.3|^11.0.0",
3737
"spatie/laravel-ray": "^1.26"
3838
},

0 commit comments

Comments
 (0)