How to upgrade symfony2 version?

橙三吉。 提交于 2019-12-24 01:48:16

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!