【问题标题】:install sonata ecommerce ERROR安装奏鸣曲电子商务错误
【发布时间】:2015-02-11 04:00:17
【问题描述】:

我正在尝试在我的 symfony 项目中安装奏鸣曲。

我的 composer.js 我添加:

"require": {
    "php": ">=5.3.3",
    "symfony/symfony": "2.6.*",
    "doctrine/orm": "~2.2,>=2.2.3",
    "doctrine/doctrine-bundle": "~1.2",
    "twig/extensions": "~1.0",
    "symfony/assetic-bundle": "~2.3",
    "symfony/swiftmailer-bundle": "~2.3",
    "symfony/monolog-bundle": "~2.4",
    "sensio/distribution-bundle": "~3.0",
    "sensio/framework-extra-bundle": "~3.0",
    "incenteev/composer-parameter-handler": "~2.0",
    "genemu/form-bundle": "2.2.*",
    "sonata-project/ecommerce": "2.3@dev"
},

接下来执行命令:composer update

Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package sonata-project/ecommerce could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

有人知道为什么吗?

谢谢 最好的问候

【问题讨论】:

    标签: php symfony sonata-admin sonata


    【解决方案1】:

    在你的 composer.json 中试试这个:

    "sonata-project/ecommerce": "dev-master"
    

    如果同样的问题仍然存在,试试这个:

    "sonata-project/ecommerce": "2.3.*@dev"
    

    【讨论】:

      猜你喜欢
      • 2023-03-04
      • 1970-01-01
      • 2019-04-05
      • 2018-01-14
      • 2017-03-05
      • 1970-01-01
      • 2019-05-17
      • 2014-12-06
      • 1970-01-01
      相关资源
      最近更新 更多