Skip to content

Commit ea5cdec

Browse files
committed
fix: dev dependencies not installable with Laravel 12 because of larastan incompatibility
1 parent 036952d commit ea5cdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"mockery/mockery": "^1.6",
2727
"nunomaduro/collision": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0",
28-
"nunomaduro/larastan": "^1.0|^2.0",
28+
"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",
3131
"phpstan/phpstan-deprecation-rules": "^1.0",

0 commit comments

Comments
 (0)