Skip to content

Instantly share code, notes, and snippets.

@kingcrunch
Last active August 29, 2015 13:59
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 kingcrunch/10763061 to your computer and use it in GitHub Desktop.
Save kingcrunch/10763061 to your computer and use it in GitHub Desktop.
crunch/symfony-standard-meta
{
"name": "crunch/symfony-standard-meta",
"type": "metapackage",
"license": "MIT",
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.5.x-dev",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "3.0.*@dev",
"sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0"
},
"require-dev": {
"sensio/generator-bundle": "~2.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment