diff --git a/composer.json b/composer.json index 50de3bd..6ea3cb8 100644 --- a/composer.json +++ b/composer.json @@ -52,16 +52,12 @@ }, "config": { "allow-plugins": { - "infection/extension-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true, - "phpstan/extension-installer": true + "infection/extension-installer": true }, "classmap-authoritative": true, "discard-changes": true, "optimize-autoloader": true, - "platform": { - "php": "8.0.99" - }, "preferred-install": "dist", "prepend-autoloader": true, "process-timeout": 5000, @@ -88,6 +84,7 @@ "@psalm", "@infection" ], + "infection": "vendor/bin/infection --ansi --verbose", "missing-returntypes": "psalm --alter --issues=MissingReturnType", "normalizer": "@composer normalize --no-check-lock", "phpstan": "vendor/bin/phpstan --ansi --verbose --xdebug",