Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 26, 2018 01:34
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 parzibyte/e61e16852a57e70c9a116d135a92848b to your computer and use it in GitHub Desktop.
Save parzibyte/e61e16852a57e70c9a116d135a92848b to your computer and use it in GitHub Desktop.
{
"name": "parzibyte/la-biblioteca",
"description": "API para biblioteca",
"type": "project",
"require": {
"phroute/phroute": "^2.1"
},
"authors": [
{
"name": "Luis Cabrera Benito",
"email": "contacto@parzibyte.me"
}
],
"autoload": {
"psr-4": {
"Biblioteca\\": "app/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment