4

When I install symfony2 project, i run "composer install" and for each parameter in parameter.yml I have to choose in the console the value. All I need is to let the console choose the default value instead of pressing enter for every parameter.

Thanks

scorp1on
  • 103
  • 1
  • 8

1 Answers1

4

--no-interaction is the answer :)

scorp1on
  • 103
  • 1
  • 8