diff --git a/composer.json b/composer.json index 067e91d3..432d4454 100644 --- a/composer.json +++ b/composer.json @@ -112,6 +112,7 @@ "@psalm", "@phpstan" ], + "rector": "./vendor/bin/rector", "static-clear-cache": [ "@clear-cache-psalm", "@clear-cache-phpstan" @@ -127,7 +128,6 @@ "test-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --testsuite=unit,integration,feature --coverage-html=data/coverage-html --coverage-xml=data/coverage-xml --log-junit=data/coverage-xml/junit.xml", "test-feature": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=feature", "test-integration": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=integration", - "test-unit": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=unit", - "rector": "./vendor/bin/rector" + "test-unit": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=unit" } }