File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments