php - Composer Symfony 2.5 update not updating directory structure -
i followed tutorial: https://gist.github.com/nicwortel/0c938aa77c5bd4fde064
i've added following line in composer.json, it's not asking me upgrade directory structure. what's going wrong? (the script present in vendor directory)
"post-update-cmd": [ "sensio\\bundle\\distributionbundle\\composer\\scripthandler::definedirectorystructure", ]
i runned php composer.phar update, composer didn't ask me update dir structure.
this not pretty solution, got job done.
i checked if script called composer putting little print statement in function. function indeed called. knew question didn't popped because if statement returned false. deleted if statement, function executed anyways. not pretty indeed, worked.
Comments
Post a Comment