acommerce/cb-cpms

Channel Bridge CMPS 包,用于通道桥微服务

0.6.2 2016-08-10 05:08 UTC

This package is not auto-updated.

Last update: 2024-09-14 20:30:31 UTC


README

wercker status

CPMS

Channel Bridge CPMS 包,用于通道桥微服务。

版本

0.6.0

状态

仍将进行维护和开发。

安装

  • 设置 SSH 以确保您不需要使用用户名和密码从仓库中拉取
  • 如果您在 Bitbucket 上有多个账户,并且想在同一台计算机上注册它们,请阅读此内容

完成后,请将以下语法添加到您的 composer.json 文件中

{
	"repositories": [
		{
			"type": "vcs",
			"url": "git@bitbucket.org:acommerceplatform/cm-channel-bridge-cpms-package.git"
		}
	],
	"require": {
        "channelbridge/cmps": "dev-master"
    }
}