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 1a38306 commit 2851bffCopy full SHA for 2851bff
.github/workflows/test-application.yaml
@@ -51,6 +51,9 @@ jobs:
51
52
- name: Install Symfony Flex
53
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
54
+
55
+ - name: Allow Symfony Flex Plugin
56
+ run: composer global config --no-plugins allow-plugins.symfony/flex true
57
58
- name: Install dependencies with Composer
59
uses: ramsey/composer-install@v1
0 commit comments