【发布时间】:2016-07-13 07:21:08
【问题描述】:
您好,我的应用程序使用Symfony2.7.15 运行,其中AppKarnel.php 中也包含new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle()。
现在我们需要为用户 Web 服务创建一个 Restful API。我正在尝试为此安装FOSRESTBundle,但出现以下错误。
friendsofsymfony/rest-bundle 1.8.0 conflicts with sensio/framework-extra-bundle[v3.0.16].
- friendsofsymfony/rest-bundle 1.8.0 conflicts with sensio/framework-extra-bundle[v3.0.16].
- friendsofsymfony/rest-bundle 1.8.0 conflicts with sensio/framework-extra-bundle[v3.0.16].
- Installation request for friendsofsymfony/rest-bundle ^1.8 -> satisfiable by friendsofsymfony/rest-bundle[1.8.0].
- Installation request for sensio/framework-extra-bundle (locked at v3.0.16, required as ^3.0.2) -> satisfiable by sensio/framework-extra-bundle[v3.0.16].
请建议如何解决这个问题。
【问题讨论】:
标签: php symfony composer-php