0

我的确切版本是 2.3.6;当我尝试进行“作曲家更新”时遇到麻烦。我收到以下消息:

[RuntimeException]                                                                                                                
  Failed to clone https://github.com/doctrine/data-fixtures.git, git was not found, check that it is installed and in your PATH env.                                                                                                                                
  sh: 1: git: not found

我需要的 composer.json 文件如下:

"require": {
        "php": ">=5.3.3",
        "symfony/symfony": "2.3.*",
        "doctrine/orm": ">=2.2.3,<2.4-dev",
        "doctrine/doctrine-bundle": "1.2.*",
        "twig/extensions": "1.0.*",
        "symfony/assetic-bundle": "2.3.*",
        "symfony/swiftmailer-bundle": "2.3.*",
        "symfony/monolog-bundle": "2.3.*",
        "sensio/distribution-bundle": "2.3.*",
        "sensio/framework-extra-bundle": "2.3.*",
        "sensio/generator-bundle": "2.3.*",
        "incenteev/composer-parameter-handler": "~2.0",
        "doctrine/doctrine-fixtures-bundle": "dev-master",
        "doctrine/data-fixtures": "dev-master"
    },
4

0 回答 0