Flex: Composer require with --no-interaction ingnores reciepe

Created on 30 Sep 2017  路  2Comments  路  Source: symfony/flex

Is there a chance to answer the interaction of using the reciepe on composer require call itself?

composer require -n req symfony-cmf/routing-bundle leads to an IGNORING symfony-cmf/routing-bundle (2.0): From github.com/symfony/recipes-contrib:master. But i didn't whant to ingnore the reciepe i whanted to default the interaction on yes. Same as i do in console sudo apt install htop -y

Most helpful comment

This one is ignored because it's part of the contrib repository. Run composer config extra.symfony.allow-contrib true to change this behavior.

All 2 comments

This one is ignored because it's part of the contrib repository. Run composer config extra.symfony.allow-contrib true to change this behavior.

Ah, sorry. Forgot that. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tsantos84 picture tsantos84  路  7Comments

timonf picture timonf  路  8Comments

javiereguiluz picture javiereguiluz  路  5Comments

javiereguiluz picture javiereguiluz  路  6Comments

fabpot picture fabpot  路  7Comments