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 6c50403 commit 8d1bda7Copy full SHA for 8d1bda7
.github/workflows/composer-normalize.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Normalize composer.json
20
run: |
21
composer global require ergebnis/composer-normalize
22
+ composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true
23
composer normalize --indent-style=space --indent-size=4 --no-check-lock --no-update-lock --no-interaction --ansi
24
25
- uses: stefanzweifel/[email protected]
0 commit comments