Skip to content

Instantly share code, notes, and snippets.

@schikulski
Created June 27, 2013 08:10
Show Gist options
  • Save schikulski/5874782 to your computer and use it in GitHub Desktop.
Save schikulski/5874782 to your computer and use it in GitHub Desktop.
Composer template
{
"name": "simenschi/project",
"description": "My Project",
"keywords": ["keyword"],
"require": {
"laravel/framework": "4.0.*"
},
"autoload": {
"classmap": [
"path/to/class"
]
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment