Skip to content

Commit cabb004

Browse files
committed
Allow composer normalize plugin to run
1 parent bbecb5b commit cabb004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
- name: Normalize composer.json
203203
run: |
204204
composer require --no-interaction --dev ergebnis/composer-normalize --ignore-platform-reqs
205+
composer config --no-interaction --no-plugins allow-plugins.ergebnis/composer-normalize true
205206
composer --no-interaction normalize --dry-run
206207
207208
#-----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)