acommerce/cb-cpms

Channel Bridge CMPS Package used by channel bridge micro service

Installs: 114

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/acommerce/cb-cpms

0.6.2 2016-08-10 05:08 UTC

This package is not auto-updated.

Last update: 2025-09-28 02:10:29 UTC


README

wercker status

CPMS

Channel Bridge CPMS Package used by channel bridge micro service.

Version

0.6.0

Status

Will still be maintenance and develop.

Installation

  • Set Up SSH so you don't need to be able pull from repo with username and password
  • If you have multiple account at bitbucket and you want to register it on the same computer Read This

After done add this syntax below to your composer.json file

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