Created
March 7, 2013 00:26
-
-
Save nclundsten/5104477 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "speckcommerce", | |
"description": "Open Source E-Commerce Platform. PHP, Zend Framework 2, ZF2 Modules", | |
"minimum-stability": "dev", | |
"authors": [ | |
{ | |
"name": "SpeckCommerce Authors", | |
"email": "[email protected]" | |
} | |
], | |
"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