Skip to content

Instantly share code, notes, and snippets.

@fmagrosoto
Last active November 11, 2018 00:16
Show Gist options
  • Save fmagrosoto/07153e5318f51fc0750e76da83057b5a to your computer and use it in GitHub Desktop.
Save fmagrosoto/07153e5318f51fc0750e76da83057b5a to your computer and use it in GitHub Desktop.
Ejemplo de un archivo composer json
{
"name":"fmagrosoto/proyecto",
"description":"desripción de una sola línea",
"authors": [
{
"name": "Fernando Magrosoto",
"email": "[email protected]",
"homepage": "http://www.fmagrosoto.com",
"role": "Main Developer"
}
],
"homepage": "https://urldelproyecto.com",
"license": "MIT",
"readme": "./README.md",
"type": "project"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment