Is there an automated command to generate the composer.json file? I was hoping for something interactive that just asks me the package names and dumps them into a composer.json file interactively. I somehow remember using something like this in the past… I may be mistaken.
Is there an automated command to generate the composer.json file? I was hoping for
Share
composer init, see docs for more.