Skip to content

Commit 61f8719

Browse files
committed
pin phsptan 2.1.34
1 parent 38d1caf commit 61f8719

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/target-repository/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^7.4|^8.0",
12-
"phpstan/phpstan": "^2.1.34"
12+
"phpstan/phpstan": "2.1.34"
1313
},
1414
"autoload": {
1515
"files": [

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nikic/php-parser": "^5.7",
2424
"ondram/ci-detector": "^4.2",
2525
"phpstan/phpdoc-parser": "^2.3",
26-
"phpstan/phpstan": "^2.1.34",
26+
"phpstan/phpstan": "2.1.34",
2727
"react/event-loop": "^1.6",
2828
"react/promise": "^3.3",
2929
"react/socket": "^1.17",
@@ -49,8 +49,8 @@
4949
"phpstan/phpstan-deprecation-rules": "^2.0",
5050
"phpstan/phpstan-phpunit": "^2.0",
5151
"phpstan/phpstan-webmozart-assert": "^2.0",
52-
"phpunit/phpunit": "^11.5|^12.0",
53-
"rector/jack": "^0.4",
52+
"phpunit/phpunit": "^12.5.6",
53+
"rector/jack": "^0.5",
5454
"rector/release-notes-generator": "^0.5.1",
5555
"rector/swiss-knife": "^2.3",
5656
"rector/type-perfect": "^2.1.2",

0 commit comments

Comments
 (0)