执行后./bin/vendors install --reinstall
,我有错误:
16384:PropelBundle 使用了新的分支模型,你应该切换到 1.0 分支
我应该怎么办 ?
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
Initially i was also reluctant to use it but once i made the move i never looked back
尝试更改版本deps
:
[PropelBundle]
git=git://github.com/propelorm/PropelBundle.git
target=/bundles/Propel/PropelBundle
version=origin/1.1