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.
1 parent 604471d commit 516bc1aCopy full SHA for 516bc1a
.github/workflows/main.yml
@@ -61,7 +61,9 @@ jobs:
61
ini-values: zend.assertions=1
62
63
- name: Globally install symfony/flex
64
- run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
+ run: |
65
+ composer global config --no-plugins allow-plugins.symfony/flex true
66
+ composer global require --no-progress --no-scripts --no-plugins symfony/flex
67
68
- name: Configure minimum stability of dependencies
69
run: composer config minimum-stability ${{ matrix.stability }}
0 commit comments