Created
April 18, 2012 19:09
-
-
Save inspiran/2415835 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "vespolina/vespolina-sandbox", | |
"type": "symfony-bundle", | |
"description": "Vespolina sandbox.", | |
"keywords": ["shop", "ecommerce", "cart", "item"], | |
"homepage": "http://vespolina-project.org", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Vespolina Team", | |
"homepage": "http://vespolina-project.org" | |
} | |
], | |
"autoload": { | |
"psr-0": { "": "src/" } | |
}, | |
"require": { | |
"php": ">=5.3.2", | |
"doctrine/data-fixtures": "dev-master", | |
"doctrine/doctrine-bundle": "dev-master", | |
"doctrine/doctrine-fixtures-bundle": "dev-master", | |
"doctrine/mongodb": "dev-master", | |
"doctrine/mongodb-odm": "dev-master", | |
"doctrine/mongodb-odm-bundle": "dev-master", | |
"doctrine/orm": "2.2.0", | |
"vespolina/product-bundle": "*", | |
"vespolina/store-bundle": "*", | |
"vespolina/taxation-bundle": "*", | |
"vespolina/taxonomy-bundle": "*" | |
}, | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"version": "master", | |
"name": "twitter/bootstrap", | |
"source": { | |
"url": "https://github.com/twitter/bootstrap.git", | |
"type": "git", | |
"reference": "master" | |
} | |
} | |
} ], | |
"scripts": { | |
"post-install-cmd": [ | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets" | |
], | |
"post-update-cmd": [ | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets" | |
] | |
}, | |
"config": { | |
"bin-dir": "bin" | |
}, | |
"extra": { | |
"symfony-app-dir": "app", | |
"symfony-web-dir": "web" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment