json composer需要git存储库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json composer需要git存储库相关的知识,希望对你有一定的参考价值。

{
  "name": "my_vendor_name/my_package",
  "description": "My Package Description",
  "license": "GPL-3.0",
  "autoload": {
    "classmap": [ // search these directories for classes 
      "lib/"
    ]
  },
  "repositories": {
    "php-console-color": { // pseudonym of git repo
      "type": "package",
      "package": {
        "name": "coryjthompson/php-console-color",  // name of git repo
        "version": "1.0",
        "source": {
          "url": "https://github.com/coryjthompson/php-console-color.git", // url to repo
          "type": "git", // vcs or git
          "reference": "origin/master"
        }
      }
    }
  },
  "require": {
    "coryjthompson/php-console-color":"1.0" 
  }
}

以上是关于json composer需要git存储库的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 Composer 从本地 Git 存储库安装标记提交?

如何使用 composer 安装部分 git 存储库?

GIT 发布新版本存储库

我的 composer.json 的一个存储库现在是空的或私有的 我仍然想使用这个 composer.json 我如何添加新的存储库

GIT 嵌套存储库:Composer vs. SubModules vs. Subtree vs.?

未找到 Webpack 包存储库