Skip to content

Commit 17c2c37

Browse files
committed
Analyze code with vimeo/psalm too, run Infection + SA tooling
This squishes the last remaining codebase mutants too
1 parent 075cbfd commit 17c2c37

7 files changed

+2309
-137
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
},
1313
"require-dev": {
1414
"doctrine/coding-standard": "^13.0.0",
15-
"infection/infection": "^0.29.14",
1615
"maglnet/composer-require-checker": "^4.16.1",
1716
"phpstan/phpstan-phpunit": "^2.0.6",
1817
"phpstan/phpstan-strict-rules": "^2.0.4",
1918
"phpunit/phpunit": "^10.5.45",
20-
"squizlabs/php_codesniffer": "^3.12.0"
19+
"psalm/plugin-phpunit": "^0.19.3",
20+
"roave/infection-static-analysis-plugin": "^1.37.0",
21+
"squizlabs/php_codesniffer": "^3.12.0",
22+
"vimeo/psalm": "^6.9"
2123
},
2224
"autoload": {
2325
"psr-4": {

0 commit comments

Comments
 (0)