Last active
November 22, 2016 14:52
-
-
Save wilcorrea/540268e7c8c37e2fd3fb24200f72ad5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "company/project", | |
"description": "PHP Hero Project", | |
"minimum-stability": "dev", | |
"license": "proprietary", | |
"authors": [ | |
{ | |
"name": "Me", | |
"email": "[email protected]" | |
} | |
], | |
"autoload": { | |
"psr-4": { | |
"HeroProject\\": "src/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment