Skip to content

Commit

Permalink
force php-cs-fixer version to 3.64
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 8, 2024
1 parent 0b96515 commit bc54d2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: php-cs-fixer
tools: php-cs-fixer:3.64

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .php-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.2.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.58",
"friendsofphp/php-cs-fixer": "3.64",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
Expand Down

0 comments on commit bc54d2b

Please sign in to comment.