zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 101 forks source link

Added the automatic self-update for composer.phar (or download the latest version) #58

Closed ezimuel closed 11 years ago

ezimuel commented 11 years ago

I added the automatic self-update of composer.phar after the "create project" command execution. If the composer.phar is not present the ZFTool try to download it from getcomposer.org. This PR solve the issue #38.