diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b7490a..9fed2a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - tools: php-cs-fixer:3.23.0 + tools: php-cs-fixer:3 - name: Check PHP CS run: php-cs-fixer fix --config php-cs-fixer.php --dry-run --using-cache no --show-progress dots -vvv diff --git a/composer.json b/composer.json index 7d06334..db8b27b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require-dev": { "phpunit/phpunit": "^10.0", "typo3/testing-framework": "^8.0", - "friendsofphp/php-cs-fixer": "v3.23.0" + "friendsofphp/php-cs-fixer": "^3.0" }, "suggest": { "jaybizzle/crawler-detect": "If you do not want to redirect bots.",