Skip to content

Instantly share code, notes, and snippets.

@intelguasoft
Last active May 12, 2020 16:44
Show Gist options
  • Save intelguasoft/e1cd4825172e277e72e3eb613c94d888 to your computer and use it in GitHub Desktop.
Save intelguasoft/e1cd4825172e277e72e3eb613c94d888 to your computer and use it in GitHub Desktop.
Archivo de configuración para un paquete de composer...
{
"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