From 9a8b86e57d4a191a59a4b20537139922f57426bf Mon Sep 17 00:00:00 2001 From: Guillaume Wambre Date: Wed, 19 Nov 2025 13:44:59 +0100 Subject: [PATCH] Update assoconnect/php-quality-config usage --- .github/workflows/build.yml | 5 ++++- composer.json | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) 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": {