-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
executable file
·62 lines (62 loc) · 2 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
{
"name": "nfephp",
"type": "library",
"description": "SpedPHP é uma API para gerar xmls e fazer a comunicação entre o emitente de Documentos Eletrônicos e os serviços dos SEFAZ estaduais. Inteiramente construído em PHP para rodar sob qualquer sistema operacional.",
"keywords": ["nfe","nfephp","spedphp"],
"homepage": "https://github.com/nfephp-org/spedhp",
"license": ["GPL 3", "LGPL 3"],
"authors": [
{
"name": "Roberto L. Machado",
"email": "linux.rlm@gmail.com.br",
"homepage": "http://www.nfephp.org",
"role": "Developer"
},{
"name": "Antonio Spinelli",
"email": "tonicopinelli85@gmail.com",
"homepage": "http://www.nfephp.org",
"role": "Developer"
},{
"name": "Walker Alencar",
"email": "walkeralencar@gmail.com",
"homepage": "http://www.nfephp.org",
"role": "Developer"
},{
"name": "Andreus Timm",
"email": "andreus.timm@gmail.com",
"homepage": "http://www.nfephp.org",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-dom": "*",
"ext-xml": "*",
"ext-libxml": "*",
"ext-xmlreader": "*",
"ext-curl": "*",
"ext-soap": "*",
"ext-gd": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"ext-zip": "*",
"ext-zlib": "*",
"apigen/apigen": ">=2.8.0",
"phpunit/phpunit": "3.7.*",
"openlss/lib-array2xml": "dev-master",
"zendframework/zendpdf": ">=2.0.2",
"zendframework/zend-barcode": ">=2.1.5",
"zendframework/zend-mail": ">=2.1.5",
"ensepar/tcpdf": "dev-master",
"phpmailer/phpmailer": ">=v5.2.6",
"tonicospinelli/classgeneration": ">=1.0.0"
},
"require-dev": {
"sebastian/phpcpd": "dev-master"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}