Skip to content

Commit 7408165

Browse files
committed
fix: dev dependencies not installable with Laravel 12 because of phpstan incompatibilities
1 parent ea5cdec commit 7408165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"nunomaduro/larastan": "^1.0|^2.0|^3.0",
2929
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
3030
"phpstan/extension-installer": "^1.1",
31-
"phpstan/phpstan-deprecation-rules": "^1.0",
32-
"phpstan/phpstan-phpunit": "^1.0"
31+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
32+
"phpstan/phpstan-phpunit": "^1.0|^2.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)