acommerce/cb-cpms

Channel Bridge CMPS Package used by channel bridge micro service

0.6.2 2016-08-10 05:08 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:05:48 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"
    }
}