尝试将项目从Symfony 2.7更新到3.x,当我运行作曲家更新时,我会使用不同的捆绑包之间的依赖冲突,例如:
friendsofsymfony/jsrouting-bundle 1.5.3 requires symfony/framework-bundle ~2.0
lunetics/locale-bundle 2.4.5 requires symfony/framework-bundle ^2.8|^3.0
和
symfony/framework-bundle 3.3.x-dev conflicts with symfony/symfony[v3.0.0]
是否有解决冲突而不禁用捆绑包的解决方法?
我的composer.json文件: https://pastebin.com/tAsij64M
答案 0 :(得分:0)
你必须更新: