-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathcomposer.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "julio101290/conversor-cfdixmlpdf",
"type": "project",
"description": "Programa Básico para convertir el el CFDI XMLa su representación Impresa en PDF",
"homepage": "https://cesarsystems.com.mx/conversor-cfdi-3-3-4-0-xml-a-pdf",
"license": "MIT",
"keywords": [
"codeigniter4",
"CFDI",
"XML",
"PDF"
],
"authors": [
{
"name": "Julio Leyva",
"email": "juliocesarleyvarodriguez@hotmail.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"codeigniter4/framework": "^4.0",
"phpcfdi/cfditopdf": "^0.4.0"
},
"require-dev": {
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^9.1"
},
"suggest": {
"ext-fileinfo": "Improves mime type detection for files"
},
"autoload": {
"exclude-from-classmap": [
"**/Database/Migrations/**"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\Support\\": "tests/_support"
}
},
"scripts": {
"test": "phpunit"
},
"support": {
"youtube": "https://www.youtube.com/@rasec555",
"twich": "https://www.twitch.tv/bardack21",
"twitter": "https://twitter.com/JulioLeyvaR"
}
}