问题
Is there a easy way to upgrade your symfony2.1.6 to 2.1.7 via command line or so? I am using composer.json
回答1:
Download composer.phar
and then run in the symfony folder
php composer.phar update
If you get some errors try removing first the vendors and try again. rm - R vendor/*
来源:https://stackoverflow.com/questions/14924867/how-to-upgrade-symfony2-version