简体   繁体   English

symfony2重新安装供应商

[英]symfony2 reinstall vendors

after execute ./bin/vendors install --reinstall , I have the error : 执行./bin/vendors install --reinstall ,出现错误:

16384: The PropelBundle uses a new branching model, you should switch to the 1.0 branch 16384:PropelBundle使用新的分支模型,应切换到1.0分支

What should I do ? 我该怎么办 ?

Try to change version in deps : 尝试在deps更改版本:

[PropelBundle]
    git=git://github.com/propelorm/PropelBundle.git
    target=/bundles/Propel/PropelBundle
    version=origin/1.1

I think it would be good if you switch to composer for vendors as its much better way of updating vendors 我认为,如果您改用供应商作曲家,那会更好,因为这是更新供应商的更好方法

have a look at at this here http://getcomposer.org/doc/00-intro.md 在这里看看这个http://getcomposer.org/doc/00-intro.md

Initially i was also reluctant to use it but once i made the move i never looked back 最初我也不愿意使用它,但是一旦我采取了行动,我就再也没有回头

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM