forked from nfephp-org/sped-da
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.05 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
{
"name": "wgueds/sped-da",
"type": "library",
"description": "sped-da contêm as classes para criação dos documentos auxiliares referidos no projeto Sped.",
"keywords": ["nfe", "sped", "nfephp", "Danfe", "Dacte", "CCe" ],
"homepage": "https://github.com/nfephp-org/sped-da",
"license": ["LGPLv3+", "GPLv3+", "MIT"],
"authors": [
{
"name": "Roberto L. Machado",
"email": "linux.rlm@gmail.com.br",
"homepage": "http://www.nfephp.org",
"role": "Developer"
},
{
"name": "Comunidade NFePHP",
"homepage": "https://github.com/nfephp-org/sped-da/graphs/contributors"
}
],
"autoload": {
"psr-4": {
"NFePHP\\DA\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"NFePHP\\DA\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"minimum-stability": "stable"
}