forked from nfephp-org/nfephp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 739 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "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 construído em PHP para rodar sob qualquer sistema operacional.",
"keywords": ["nfe","nfephp"],
"homepage": "https://github.com/nfephp-org/nfephp",
"license": ["GPL 3", "LGPL 3"],
"authors": [
{
"name": "Roberto Machado",
"email": "roberto.machado@superig.com.br",
"homepage": "http://www.nfephp.org",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"NFePHP": "src"
}
}
}