diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 562ae08..168946c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,10 @@ jobs: - run: vendor/bin/phpstan if: ${{ failure() || success() }} - + + - run: vendor/bin/rector process --dry-run + if: ${{ failure() || success() }} + - run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml if: ${{ failure() || success() }} diff --git a/composer.json b/composer.json index 499ee60..8dc350d 100755 --- a/composer.json +++ b/composer.json @@ -35,8 +35,7 @@ "symfony/validator": "^6.4", "phpstan/phpstan-symfony": "^1.0", "assoconnect/php-quality-config": "^1.16", - "symfony/security-core": "^6.4", - "rector/rector": "^1.2" + "symfony/security-core": "^6.4" }, "require": { "php": "^8.2",