Skip to content

Commit

Permalink
[TASK] Fix cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
MFabse committed Apr 3, 2024
1 parent 4cf493b commit 61f46c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 61f46c7

Please sign in to comment.