Skip to content

Instantly share code, notes, and snippets.

@cakper
Created November 27, 2012 11:00
Show Gist options
  • Save cakper/4153637 to your computer and use it in GitHub Desktop.
Save cakper/4153637 to your computer and use it in GitHub Desktop.
Composer.json
{
"require": {
"symfony/console": "*",
"symfony/filesystem": "*"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Cakper": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment