Skip to content

Instantly share code, notes, and snippets.

@mikakane
Created January 9, 2015 05:25
Show Gist options
  • Save mikakane/6b3cd69e3c90eb91e0a3 to your computer and use it in GitHub Desktop.
Save mikakane/6b3cd69e3c90eb91e0a3 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "root/hoge",
"require": {
"symfony/console": "~2.6",
"knplabs/github-api": "1.4",
"symfony/filesystem": "2.6"
},
"authors": [
{
"name": "mikakane",
"email": "mikakane2@gmail.com"
}
],
"autoload":{
"psr-4":{"Hoge\\": "src/"}
},
"bin": ["bin/hoge"],
"minimun-stability":"dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment