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 6a374d6 commit ddfeb8fCopy full SHA for ddfeb8f
.github/workflows/coding-standards.yml
@@ -40,7 +40,7 @@ jobs:
40
tools: cs2pr
41
42
- name: "Install dependencies with Composer"
43
- uses: "ramsey/composer-install@v2"
+ uses: "ramsey/composer-install@v3"
44
45
- name: "Run a Code style analysis with friendsofphp/php-cs-fixer"
46
run: "vendor/bin/php-cs-fixer fix --format=checkstyle --allow-risky=yes --dry-run | cs2pr"
0 commit comments