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 bbecb5b commit cabb004Copy full SHA for cabb004
.github/workflows/build-test-measure.yml
@@ -202,6 +202,7 @@ jobs:
202
- name: Normalize composer.json
203
run: |
204
composer require --no-interaction --dev ergebnis/composer-normalize --ignore-platform-reqs
205
+ composer config --no-interaction --no-plugins allow-plugins.ergebnis/composer-normalize true
206
composer --no-interaction normalize --dry-run
207
208
#-----------------------------------------------------------------------------------------------------------------------
0 commit comments