Skip to content

Instantly share code, notes, and snippets.

@fernandopetry
Last active February 28, 2018 10:30
Show Gist options
  • Save fernandopetry/37d2fcec7733da753bf7cd2c7414588c to your computer and use it in GitHub Desktop.
Save fernandopetry/37d2fcec7733da753bf7cd2c7414588c to your computer and use it in GitHub Desktop.
{
"require" : {
"php" : "^5.5 || ^7.0",
"apache" : "^2",
"ext-mbstring": "*"
},
"require-dev" : {
"php" : "^5.5 || ^7.0",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": { "MyLibrary\\": "src/" }
},
"autoload-dev": {
"psr-4": { "MyLibrary\\Tests\\": "tests/" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment