Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created September 14, 2014 21:35
Show Gist options
  • Save ikwattro/d79da2c33478fb7b6223 to your computer and use it in GitHub Desktop.
Save ikwattro/d79da2c33478fb7b6223 to your computer and use it in GitHub Desktop.
bootstrap - composer
{
"require": {
"php": ">=5.4",
"symfony/dependency-injection": "~2.5.0",
"symfony/config": "~2.5.0",
},
"autoload": {
"psr-0": {
"Acme": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment