We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68105ae commit d37e237Copy full SHA for d37e237
.github/workflows/static-analysis.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v2
9
- name: "PHP-CS-Fixer"
10
- uses: docker://oskarstark/php-cs-fixer-ga:3.6.0
+ uses: docker://oskarstark/php-cs-fixer-ga:3.9.4
11
with:
12
args: --dry-run
13
- name: "PSalm"
composer.json
@@ -45,7 +45,7 @@
45
"nyholm/psr7-server": "^1.0",
46
"kriswallsmith/buzz": "^1.2",
47
"vimeo/psalm": "^4.24",
48
- "friendsofphp/php-cs-fixer": "^3.5",
+ "friendsofphp/php-cs-fixer": "^3.9",
49
"psalm/plugin-phpunit": "^0.15.1",
50
"monolog/monolog": "^2.2",
51
"psr/log": "^1.1",
0 commit comments