Skip to content

Instantly share code, notes, and snippets.

@piccagliani
Created July 3, 2013 03:43
Show Gist options
  • Save piccagliani/5915293 to your computer and use it in GitHub Desktop.
Save piccagliani/5915293 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "vendor/study",
"description": "description",
"authors": [
{
"name": "user.name",
"email": "user.email"
}
],
"autoload": {
"psr-0": {"Name\\Space": "src/"}
},
"minimum-stability": "dev",
"require": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment