Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Last active November 22, 2016 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilcorrea/540268e7c8c37e2fd3fb24200f72ad5c to your computer and use it in GitHub Desktop.
Save wilcorrea/540268e7c8c37e2fd3fb24200f72ad5c to your computer and use it in GitHub Desktop.
{
"name": "company/project",
"description": "PHP Hero Project",
"minimum-stability": "dev",
"license": "proprietary",
"authors": [
{
"name": "Me",
"email": "myemal@mycompany.com"
}
],
"autoload": {
"psr-4": {
"HeroProject\\": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment