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 805e534 commit 028b3d7Copy full SHA for 028b3d7
.github/workflows/test-application.yaml
@@ -40,7 +40,9 @@ jobs:
40
tools: 'composer:v2'
41
42
- name: Install Symfony Flex
43
- run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
+ run: |
44
+ composer global config --no-plugins allow-plugins.symfony/flex true
45
+ composer global require --no-progress --no-scripts --no-plugins symfony/flex
46
47
- name: Install dependencies with Composer
48
uses: ramsey/composer-install@v1
0 commit comments