forked from nfephp-org/nfephp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
69 lines (69 loc) · 1.89 KB
/
composer.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nfephp-org/nfephp",
"type": "library",
"description": "NFePHP é uma API para gerenciamento das comunicações entre o emitente de NFe e os serviços dos SEFAZ estaduais. Inteiramente construido em PHP para rodar sob qualquer sistema operacional.",
"keywords": [
"nfe",
"sped",
"nfephp"
],
"homepage": "https://github.com/nfephp-org/nfephp",
"license": [
"GPL-3.0+",
"LGPL-3.0+"
],
"authors": [
{
"name": "Roberto L. Machado",
"email": "[email protected]",
"homepage": "http://www.nfephp.org",
"role": "Developer"
},
{
"name": "Comunidade NFePHP",
"homepage": "https://github.com/nfephp-org/nfephp/graphs/contributors"
}
],
"require": {
"php": ">=5.3.0",
"ext-dom": "*",
"ext-xml": "*",
"ext-libxml": "*",
"ext-xmlreader": "*",
"ext-curl": "*",
"ext-soap": "*",
"ext-openssl": "*",
"ext-zip": "*",
"ext-zlib": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {
"nfephp": "src"
},
"classmap": [
"./libs/CTe/",
"./libs/Common/",
"./libs/External/FPDF/fpdf.php",
"./libs/External/PHPMailer/class.phpmailer.php",
"./libs/External/PHPMailer/class.pop3.php",
"./libs/External/PHPMailer/class.smtp.php",
"./libs/External/mpdf/mpdf.php",
"./libs/MDFe/",
"./libs/NFSe/",
"./libs/NFe/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "3.10.x-dev",
"dev-develop": "4.0.x-dev"
}
}
}