acommerce / cb-cpms
Channel Bridge CMPS Package used by channel bridge micro service
0.6.2
2016-08-10 05:08 UTC
Requires
- php: ~5.6 | ^7.0
- guzzlehttp/guzzle: ~6.1
- indieweb/link-rel-parser: ~0.1
Requires (Dev)
- phpunit/phpunit: ~5.1
This package is not auto-updated.
Last update: 2025-03-29 23:52:17 UTC
README
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" } }