diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 065e1a8..043c6ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,9 @@ jobs: - run: vendor/bin/phpstan if: ${{ failure() || success() }} + - run: vendor/bin/rector process --dry-run + if: ${{ failure() || success() }} + - run: vendor/bin/simple-phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml env: XDEBUG_MODE: coverage diff --git a/composer.json b/composer.json index a36c542..be70b31 100644 --- a/composer.json +++ b/composer.json @@ -26,15 +26,13 @@ } }, "require-dev": { - "phpunit/phpunit": "^9.6.16", "symfony/phpunit-bridge": "^6.4.3", "symfony/var-dumper": "^5.4|^6.4", "symfony/framework-bundle": "^5.4|^6.4", "symfony/yaml": "^5.4|^6.4", "symfony/translation": "^5.4|^6.4", - "assoconnect/php-quality-config": "^1.10", - "phpstan/phpstan-symfony": "^1.3.7", - "rector/rector": "^1.2" + "assoconnect/php-quality-config": "^1.16", + "phpstan/phpstan-symfony": "^1.3.7" }, "require": { "php": "^8.2",