symfony/demo

Global `symfony/flex` is not needed

asispts opened this issue · 1 comments

symfony/flex is already added to composer.json

"symfony/flex": "^2.0",

So, I think this action is not required.

- name: "Require symfony/flex"
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex

The action will also produce an unnecessary error
000

Btw, why run composer update instead of composer install?

- run: composer update

The global symfony/flex dependency was removed in #1373.

About using composer update instead of composer install ... since we only test one specific Symfony version, I guess we could use install. If anyone wants to send a Pull Request for this change, please do it. Thanks.