File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ jobs:
135
135
- name : " Add PHPUnit matcher"
136
136
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
137
137
138
- - name : " Require symfony/flex"
139
- run : composer global require --no-progress --no-scripts --no-plugins symfony/flex
140
-
141
138
- name : " Composer install"
142
139
uses : " ramsey/composer-install@v1"
143
140
with :
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ install:
53
53
- del composer.phar
54
54
- rename composer-stable.phar composer.phar
55
55
- cd C:\projects\maker-bundle
56
- - composer global require --no-progress --no-scripts --no-plugins symfony/flex
57
56
- IF %dependencies%==highest appveyor-retry composer update --no-progress --no-suggest --ansi
58
57
- composer install --no-interaction --no-progress --ansi --no-scripts --working-dir=tools/twigcs
59
58
- 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