Skip to content

Commit 6f7cb4f

Browse files
jrushlowweaverryan
authored andcommitted
[ci] we do not need to install flex globally anymore
1 parent b23178c commit 6f7cb4f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ jobs:
135135
- name: "Add PHPUnit matcher"
136136
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
137137

138-
- name: "Require symfony/flex"
139-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
140-
141138
- name: "Composer install"
142139
uses: "ramsey/composer-install@v1"
143140
with:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ install:
5353
- del composer.phar
5454
- rename composer-stable.phar composer.phar
5555
- cd C:\projects\maker-bundle
56-
- composer global require --no-progress --no-scripts --no-plugins symfony/flex
5756
- IF %dependencies%==highest appveyor-retry composer update --no-progress --no-suggest --ansi
5857
- composer install --no-interaction --no-progress --ansi --no-scripts --working-dir=tools/twigcs
5958
- composer install --no-interaction --no-progress --ansi --no-scripts --working-dir=tools/php-cs-fixer

0 commit comments

Comments
 (0)