Skip to content

Instantly share code, notes, and snippets.

@nclundsten
Created March 7, 2013 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nclundsten/5104477 to your computer and use it in GitHub Desktop.
Save nclundsten/5104477 to your computer and use it in GitHub Desktop.
{
"name": "speckcommerce",
"description": "Open Source E-Commerce Platform. PHP, Zend Framework 2, ZF2 Modules",
"minimum-stability": "dev",
"authors": [
{
"name": "SpeckCommerce Authors",
"email": "author@speckcommerce.org"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/zendframework/zf2"
},
{
"type": "vcs",
"url": "https://github.com/ZF-Commons/ZfcUser"
},
{
"type": "vcs",
"url": "https://github.com/ZF-Commons/ZfcBase"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckInstall"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckCart"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckCatalog"
},
{
"type": "vcs",
"url": "https://github.com/speckcommerce/SpeckAddress"
}
],
"require": {
"php": "5.4.*",
"zendframework/zendframework": "2.*",
"speckcommerce/speck-install": "dev-master",
"speckcommerce/speck-catalog": "dev-master",
"speckcommerce/speck-cart": "dev-master",
"speckcommerce/speck-address": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment