We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d135751 + 36d48c0 commit a2dd39fCopy full SHA for a2dd39f
.github/workflows/tests.yml
@@ -85,6 +85,7 @@ jobs:
85
86
- name: Install dependencies
87
run: |
88
+ composer config --no-plugins allow-plugins.symfony/flex true
89
composer require --no-update --no-interaction --no-progress symfony/flex
90
composer config extra.symfony.require ${{ matrix.symfony}}
91
composer update --prefer-dist --no-interaction --prefer-stable --prefer-lowest --no-progress
0 commit comments