diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4c9a94..234e0d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,11 @@ jobs: - name: Composer Install run: composer install + - name: Allow Composer Plugins + run: | + composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true + composer global config --no-plugins allow-plugins.bamarni/composer-bin-plugin true + - name: Composer Plugins run: composer global require ergebnis/composer-normalize bamarni/composer-bin-plugin php-coveralls/php-coveralls --no-interaction --prefer-dist --no-progress --no-suggest --no-suggest