Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Last active November 22, 2016 15:18
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/c208c8ca60af470ee3f0aacc86ebec06 to your computer and use it in GitHub Desktop.
Save wilcorrea/c208c8ca60af470ee3f0aacc86ebec06 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/"
},
"files": [
"src/bootstrap.php"
]
},
"require": {
"danielstjules/stringy": "^2.3"
},
"scripts": {
"cli": "php public_html/index.php",
"http": "php -S localhost:8000 -t public_html/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment