forked from nfephp-org/sped-gnre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 891 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
{
"name": "nfephp-org/sped-gnre",
"description": "API para a emissão de guias GNRE para a SEFAZ",
"license": ["GPL-3.0-or-later", "MIT"],
"require": {
"php": ">=7.3.0",
"dompdf/dompdf": "^1.0",
"laminas/laminas-servicemanager": "~3.0",
"laminas/laminas-barcode": "^2.3",
"smarty/smarty": "~3.1",
"nfephp-org/sped-nfe": "~5.0",
"ext-gd": "*",
"ext-dom": "*"
},
"scripts": {
"test": "phpunit"
},
"autoload": {
"psr-4": {
"Sped\\Gnre\\": "lib/Sped/Gnre/",
"Sped\\Gnre\\Test\\": "testes/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "^2.2",
"mikey179/vfsstream": "^1.6"
}
}