我需要从magento2 2.0.7升级到2.1.0。我尝试使用composer命令。 composer需要magento / product-community-edition 2.1.0 --no-update 作曲家更新。
但我收到如下错误:
- Can only install one of: magento/framework[100.1.0, 100.0.9].
- Can only install one of: magento/framework[100.1.0, 100.0.10].
- magento/product-community-edition 2.1.0 requires magento/framework 100.1.0 -> satisfiable by magento/framework[100.1.0].
- Installation request for magento/product-community-edition 2.1.0 -> satisfiable by magento/product-community-edition[2.1.0].
有人可以给我一些想法吗?