crusepartnership/feature-branch-plugin

本软件包最新版本(2.0.1)没有提供许可证信息。

安装数 22,511

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 17

分支: 1

公开问题: 0

类型:composer-plugin

2.0.1 2023-06-21 02:15 UTC

This package is not auto-updated.

Last update: 2024-09-20 02:07:09 UTC


README

Composer插件,允许轻松管理多个仓库中的功能分支

用法

更新您的composer.json文件,以包含您希望监视的仓库。

后续的composer update调用将使用匹配的功能分支(或者在composer.json中回退到指定的依赖项)

composer.json

	"extra": {
      "feature-branch-repositories": [
        "crusepartnership/super-repo"
      ],
      "feature-branch-fallbacks": {
        "crusepartnership/super-repo": "master"
      }
    }