Skip to content

Commit 683abcb

Browse files
committed
Use PHPStan 2
1 parent 6442e46 commit 683abcb

File tree

2 files changed

+132
-134
lines changed

2 files changed

+132
-134
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"doctrine/event-manager": "^2.0",
1616
"editorconfig-checker/editorconfig-checker": "^10.5.0",
1717
"ergebnis/composer-normalize": "^2.42",
18-
"phpstan/phpstan": "^1.11.1",
19-
"phpstan/phpstan-phpunit": "^1.4.0",
20-
"phpstan/phpstan-strict-rules": "^1.6.0",
18+
"phpstan/phpstan": "^2.0.1",
19+
"phpstan/phpstan-phpunit": "^2.0.0",
20+
"phpstan/phpstan-strict-rules": "^2.0.0",
2121
"phpunit/phpunit": "^10.5.11",
22-
"shipmonk/composer-dependency-analyser": "^1.2.1",
23-
"shipmonk/dead-code-detector": "^0.2.1",
24-
"shipmonk/phpstan-rules": "^3.0.0",
22+
"shipmonk/composer-dependency-analyser": "^1.7.0",
23+
"shipmonk/dead-code-detector": "^0.6.0",
24+
"shipmonk/phpstan-rules": "^4.0.0",
2525
"slevomat/coding-standard": "^8.15.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)