How can I change composer parameters?

If I click 'install' in composer.json file, the parameters are always --no-interaction --ansi.

How can I change default parameters?

2
3 comments

Why would you need that?
There's no UI in PhpStorm for any interaction, so there's no point in removing --no-interaction. Or you want to add some other ones? If so, please name them.

0
Avatar
Permanently deleted user

I have the same issue. In fact, there is need in adjusting them depending on the dev environment you are using. 

In my case, I would like to deactivate the check for platform requirements (--ignore-platform-reqs). In future, there might be other parameters to adjust and it could become a p.i.t.a. to come here each time and ask for another toggle for parameters.

Therefore I'd appreciate adding the possibility to freely adjust the composer parameters. 

0

Please sign in to leave a comment.