This commit is contained in:
Khoubza Younes
2021-10-03 23:39:12 +01:00
parent 702322006f
commit 3cb737fc0d
+1 -1
View File
@@ -156,7 +156,7 @@ jobs:
- name: Install dependencies
run: |
composer require "symfony/symfony:${{ matrix.symfony }}" "phpunit/phpunit:${{ matrix.phpunit }}" symfony/twig-bundle --no-interaction --no-update
composer require "symfony/symfony:${{ matrix.symfony }}" "phpunit/phpunit:${{ matrix.phpunit }}" twig/twig --no-interaction --no-update
composer config extra.symfony.require "${{ matrix.symfony }}"
composer update --prefer-dist --no-interaction --no-suggest