Last active
November 11, 2018 00:16
-
-
Save fmagrosoto/07153e5318f51fc0750e76da83057b5a to your computer and use it in GitHub Desktop.
Ejemplo de un archivo composer json
This file contains hidden or 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":"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