Skip to content

Commit 2b6c44e

Browse files
committed
fix: reduce version bumping to make the checks not too different
1 parent 006832b commit 2b6c44e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"require": {
2020
"php": "^8.2",
2121
"composer-plugin-api": "^2.1",
22-
"larastan/larastan": "^3.5",
23-
"phpstan/phpstan": "^2.1",
24-
"phpstan/phpstan-mockery": "^2.0",
25-
"rector/rector": "^2.0",
22+
"larastan/larastan": "^2.11",
23+
"phpstan/phpstan": "^1.10.11",
24+
"phpstan/phpstan-mockery": "^1.0",
25+
"rector/rector": "^1.0",
2626
"symplify/easy-coding-standard": "12.0.6"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)