I\'m try using CakePHP for the first time with composer, but I have some problems.
I have this composer.json:
composer.json
{ \"name\": \"example.com.br
Use option "script" of composer (work only with linux) :
"scripts": { "post-install-cmd": [ "php -r \"system('mv '.getcwd().'/Vendor/smottt/wideimage '.getcwd().'/Vendor/Wideimage');\"" ] }