Skip to content

Instantly share code, notes, and snippets.

@adrianmoya
Created February 12, 2012 03:20
Show Gist options
  • Save adrianmoya/1806023 to your computer and use it in GitHub Desktop.
Save adrianmoya/1806023 to your computer and use it in GitHub Desktop.
Composer file from Knplabs which causes composer to break
{
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.0.9,<2.1.0-dev",
"doctrine/orm": ">=2.1.0,<2.2.0-dev",
"twig/extensions": "*",
"symfony/assetic-bundle": "2.0.*",
"sensio/generator-bundle": "2.0.*",
"sensio/framework-extra-bundle": "2.0.*",
"sensio/distribution-bundle": "2.0.*",
"jms/security-extra-bundle": "1.0.*"
},
"autoload": {
"psr-0": {
"Acme": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment