diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 338afdf..c97bab6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,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 0ce3ba8..ea3ed9b 100644 --- a/composer.json +++ b/composer.json @@ -42,12 +42,10 @@ "require-dev": { "doctrine/cache": "~1.0", "doctrine/annotations": "~1.0", - "phpunit/phpunit": "^9.5", "symfony/framework-bundle": "^5.0|^6.0", "symfony/yaml": "^4.3|^5.0", "squizlabs/php_codesniffer": "^3.5", - "assoconnect/php-quality-config": "^1.11", - "rector/rector": "^1.2" + "assoconnect/php-quality-config": "^1.16" }, "config": { "allow-plugins": {