Symfony 4 nor install correct version

江枫思渺然 提交于 2019-12-24 14:25:36

问题


So now I have been working with symfony 3.3 Try to follow the instructions to install symfony 4 with composer but install symfony 3.4.6 How can I achieve it?


回答1:


try :

composer create-project symfony/skeleton "dev-master"

if it doesn't work, so you should update your composer version

composer self-update

if the problem remains clear composer cache and retry

composer clearcache


来源:https://stackoverflow.com/questions/48851068/symfony-4-nor-install-correct-version

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