Skip to content

Instantly share code, notes, and snippets.

@tgabi333
Created February 17, 2014 16:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tgabi333/9eed82f5875566d92e72 to your computer and use it in GitHub Desktop.
{
"require": {
"symfony/symfony":"~2.4",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~2.3",
"sensio/framework-extra-bundle": "~2.3",
"doctrine/mongodb-odm": "~1.0@beta",
"doctrine/mongodb-odm-bundle": "~3.0@dev"
},
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment