-
Notifications
You must be signed in to change notification settings - Fork 46
/
composer.json
34 lines (34 loc) · 995 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
{
"name": "libredte/libredte-community",
"description": "LibreDTE: Aplicación Web - Edición Comunidad.",
"type": "project",
"keywords": ["libredte", "dte", "facturacion", "chile"],
"homepage": "https://www.libredte.cl",
"license": "AGPL-3.0+",
"authors": [
{
"name": "LibreDTE",
"homepage": "https://www.libredte.cl"
}
],
"support": {
"issues": "https://github.com/libredte/libredte-app-community/issues",
"source": "https://github.com/libredte/libredte-app-community"
},
"autoload": {
"classmap": ["src/"]
},
"require": {
"php": "7.4.*",
"apigatewaycl/apigateway-api-client": "^2",
"sasco/libredte": "~24.1.1",
"kunalvarma05/dropbox-php-sdk": "0.4.1",
"sowerphp/sowerphp-framework": "dev-master || dev-main"
},
"repositories": [
{
"type": "path",
"url": "../sowerphp-framework"
}
]
}