Last active
May 12, 2020 16:44
-
-
Save intelguasoft/e1cd4825172e277e72e3eb613c94d888 to your computer and use it in GitHub Desktop.
Archivo de configuración para un paquete de composer...
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": "intelguasoft/generators", | |
"description": "Generate numbers in a specific way according to the needs of the user.", | |
"keywords": [ | |
"generators", | |
"lotto", | |
"lottery", | |
"generate", | |
"random", | |
"aleatorio" | |
], | |
"type": "package", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Henry Díaz", | |
"email": "[email protected]" | |
} | |
], | |
"autoload": { | |
"psr-4": { | |
"IntelGUA\\Generators\\": "src/" | |
} | |
}, | |
"version": "1.0.0", | |
"minimum-stability": "dev", | |
"require": { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment