forked from LibreDTE/libredte-lib-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 936 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
{
"name": "sasco/libredte",
"description": "Biblioteca para trabajo con DTE del SII de Chile",
"type": "library",
"keywords": ["dte", "sii", "facturación electrónica"],
"homepage": "https://libredte.cl",
"license": "AGPL-3.0+",
"authors": [
{
"name": "SASCO SpA",
"homepage": "https://sasco.cl"
}
],
"support": {
"issues": "https://github.com/LibreDTE/libredte-lib/issues",
"forum": "https://groups.google.com/forum/#!forum/libredte",
"source": "https://github.com/LibreDTE/libredte-lib"
},
"require": {
"php": "7.3.*",
"ext-curl": "*",
"ext-openssl": "*",
"ext-soap": "*",
"phpseclib/phpseclib": "2.0.31",
"tecnickcom/tcpdf": "6.4.1"
},
"require-dev": {
"phpunit/phpunit": "9.5.4"
},
"autoload": {
"psr-4": {"sasco\\LibreDTE\\": "lib/"}
}
}