Skip to content

Instantly share code, notes, and snippets.

@Seldaek
Created February 17, 2012 16:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seldaek/1854197 to your computer and use it in GitHub Desktop.
Save Seldaek/1854197 to your computer and use it in GitHub Desktop.
standard-distro temp
{
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.0-dev",
"doctrine/orm": "2.2.0",
"doctrine/doctrine-bundle": "master-dev",
"twig/extensions": "master-dev",
"symfony/assetic-bundle": "2.1.0-dev",
"symfony/swiftmailer-bundle": "2.1.0-dev",
"symfony/monolog-bundle": "2.1.0-dev",
"sensio/distribution-bundle": "master-dev",
"sensio/framework-extra-bundle": "master-dev",
"sensio/generator-bundle": "master-dev",
"jms/security-extra-bundle": "master-dev"
},
"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"
},
"repositories": [
{
"type": "package",
"package": {
"name": "sensio/distribution-bundle",
"version": "master-dev",
"source": { "type": "git", "url": "http://github.com/Seldaek/SensioDistributionBundle.git", "reference": "origin/composer" },
"dist": { "type": "zip", "url": "http://github.com/Seldaek/SensioDistributionBundle/zipball/composer" },
"autoload": {
"psr-0": { "Sensio\\Bundle\\DistributionBundle": "" }
},
"target-dir": "Sensio/Bundle/DistributionBundle"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment