29 lines
838 B
JSON
29 lines
838 B
JSON
{
|
|
"name": "koneko/laravel-sat-cfdi-validator",
|
|
"description": "Laravel SAT CFDI Validator, servicio de validación de CFDIs en servidores del SAT.",
|
|
"keywords": ["laravel", "koneko", "framework", "sat", "cfdi", "validator"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"laravel/framework": "^11.31"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Koneko\\SatCfdiValidator\\": ""
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Arturo Corro Pacheco",
|
|
"email": "arturo@koneko.mx"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/koneko-mx/laravel-sat-cfdi-validator",
|
|
"issues": "https://github.com/koneko-mx/laravel-sat-cfdi-validator/issues"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|