29 lines
838 B
JSON
Raw Normal View History

2025-03-05 20:05:16 -06:00
{
"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
}