Skip to content

Commit

Permalink
Merge pull request #537 from mimmi20/dependabot/composer/master/frien…
Browse files Browse the repository at this point in the history
…dsofphp/php-cs-fixer-tw-3.61.1

composer(deps): update friendsofphp/php-cs-fixer requirement from ^3.60.0 to ^3.61.1
  • Loading branch information
mimmi20 authored Aug 1, 2024
2 parents ae8dcd7 + bbd19a5 commit 89c2941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-workflow-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: "install libimagequant-dev"
run: "sudo apt-get install libimagequant-dev -y"

- name: "Use Node.js 22"
- name: "Use Node.js 22.4"
uses: "actions/setup-node@v4"
with:
node-version: "22"
node-version: "22.4"

- name: "Check workflow files"
uses: "raven-actions/actionlint@v2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"friendsofphp/php-cs-fixer": "^3.60.0",
"friendsofphp/php-cs-fixer": "^3.61.1",
"sirbrillig/phpcs-variable-analysis": "^2.11.19",
"slevomat/coding-standard": "^8.15.0",
"squizlabs/php_codesniffer": "^3.10.2"
Expand Down

0 comments on commit 89c2941

Please sign in to comment.