ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

[Create Module Wizard] Show proposed composer update calls #161

Open dragoonis opened 8 years ago

dragoonis commented 8 years ago

When you request new technologies that aren't included, currently you're asked to manually run "compose require" commands.

The suggested change, by @BenExile, is to inform the user that composer changes are going to be made and if they want PPI to run them for you, or you do it yourself.

cd $appRoot && composer require <package>