Skip to content

Commit d37e237

Browse files
committed
updated php-cs-fixer version
1 parent 68105ae commit d37e237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- name: "PHP-CS-Fixer"
10-
uses: docker://oskarstark/php-cs-fixer-ga:3.6.0
10+
uses: docker://oskarstark/php-cs-fixer-ga:3.9.4
1111
with:
1212
args: --dry-run
1313
- name: "PSalm"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nyholm/psr7-server": "^1.0",
4646
"kriswallsmith/buzz": "^1.2",
4747
"vimeo/psalm": "^4.24",
48-
"friendsofphp/php-cs-fixer": "^3.5",
48+
"friendsofphp/php-cs-fixer": "^3.9",
4949
"psalm/plugin-phpunit": "^0.15.1",
5050
"monolog/monolog": "^2.2",
5151
"psr/log": "^1.1",

0 commit comments

Comments
 (0)