Skip to content

Commit

Permalink
Move infection to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Oct 2, 2024
1 parent 8e08a44 commit d303e78
Show file tree
Hide file tree
Showing 4 changed files with 2,229 additions and 858 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"dragon-code/benchmark": "^2.6",
"ergebnis/composer-normalize": "^2.43.0",
"friendsofphp/php-cs-fixer": "^3.64.0",
"infection/infection": "^0.29.6",
"phpstan/phpstan": "^1.12.2",
"phpunit/phpunit": "^10.5.32",
"phpyh/coding-standard": "^2.6.2",
Expand All @@ -40,8 +39,7 @@
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true
"ergebnis/composer-normalize": true
},
"platform": {
"php": "8.1"
Expand All @@ -63,7 +61,7 @@
"check-require": "tools/composer-require-checker/vendor/bin/composer-require-checker",
"check-unused": "tools/composer-unused/vendor/bin/composer-unused",
"fixcs": "php-cs-fixer fix --diff",
"infection": "infection --show-mutations",
"infection": "tools/infection/vendor/bin/infection --show-mutations",
"pre-command-run": "mkdir -p var",
"psalm": "tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache",
"test": "phpunit"
Expand Down
Loading

0 comments on commit d303e78

Please sign in to comment.