allow composer plugins in CI

This commit is contained in:
KHOUBZA Younes
2022-07-06 09:18:11 +01:00
parent 1edaabbc1d
commit 208660c3a9
+1 -1
View File
@@ -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