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 72c7e2b commit dd8b818Copy full SHA for dd8b818
.github/workflows/test-application.yaml
@@ -45,13 +45,7 @@ jobs:
45
uses: shivammathur/setup-php@v2
46
with:
47
php-version: ${{ matrix.php-version }}
48
- tools: 'composer:v2'
49
-
50
- - name: Install Symfony Flex
51
- run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
52
53
- - name: Allow Symfony Flex Plugin
54
- run: composer global config --no-plugins allow-plugins.symfony/flex true
+ tools: 'composer:v2', flex
55
56
- name: Install dependencies with Composer
57
uses: ramsey/composer-install@v1
0 commit comments