From 80e547e4dd152b40e76628d41230e1d085dac217 Mon Sep 17 00:00:00 2001 From: Guillaume Wambre Date: Wed, 19 Nov 2025 14:55:03 +0100 Subject: [PATCH] Update php-quality-config usage --- .github/workflows/build.yml | 3 +++ composer.json | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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",