From 208660c3a9e274132c1d4f3553c6afa342154907 Mon Sep 17 00:00:00 2001 From: KHOUBZA Younes Date: Wed, 6 Jul 2022 09:18:11 +0100 Subject: [PATCH] allow composer plugins in CI --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c622b016..25538e7c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -98,7 +98,7 @@ jobs: - name: Install dependencies run: | - composer config --no-plugins allow-plugins.kylekatarnls/update-helper false + composer config --global allow-plugins true composer remove friendsofphp/php-cs-fixer laravel/framework livewire/livewire phpstan/phpstan symfony/symfony orchestra/testbench phpunit/phpunit --dev composer require "laravel/framework:${{ matrix.laravel }}" "phpunit/phpunit:${{ matrix.phpunit }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update composer update --prefer-stable --prefer-dist