forked from kaio-souza/NotaFiscalSP
-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
38 lines (37 loc) · 932 Bytes
/
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
{
"name": "kaleu62/notafiscalsp",
"description": "Integração com o WebService da Prefeitura de São Paulo para emissão de NFS e NTFS utilizando a API da nota do milhão",
"require": {
"robrichards/xmlseclibs": "^3.0",
"greenter/xmldsig": "^5.0",
"spatie/array-to-xml": "^2.8"
},
"keywords": [
"NFS",
"NFTS",
"Emissão Nota Fiscal",
"Nota Fiscal",
"Nota do Milhão",
"Prefeitura São Paulo",
"Nota Fiscal Tomador de Serviços"
],
"license": "MIT",
"authors": [
{
"name": "Kaio Valdemar",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"NotaFiscalSP\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": ">=7.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"minimum-stability": "stable"
}