-
Notifications
You must be signed in to change notification settings - Fork 254
/
composer.json
62 lines (62 loc) · 1.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "facturascripts/facturascripts",
"description": "Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.",
"homepage": "https://facturascripts.com",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Carlos García Gómez",
"email": "[email protected]"
}
],
"config": {
"platform": {
"php": "7.4"
}
},
"require": {
"php": ">=7.4",
"mk-j/php_xlsxwriter": "0.39",
"parsecsv/php-parsecsv": "1.*",
"phpmailer/phpmailer": "6.*",
"rospdf/pdf-php": "0.12.*",
"symfony/translation": "4.4.*",
"twig/twig": "3.*",
"tavo1987/ec-validador-cedula-ruc": "1.0.2",
"filp/whoops": "2.*",
"globalcitizen/php-iban": "4.*",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"ext-dom": "*",
"ext-mysqli": "*",
"ext-bcmath": "*",
"ext-gd": "*",
"ext-curl": "*",
"pragmarx/google2fa": "^8.0",
"endroid/qr-code": "^4.3"
},
"require-dev": {
"phpunit/phpunit": "9.*",
"squizlabs/php_codesniffer": "3.*",
"phpstan/phpstan": "^0.12.93"
},
"autoload": {
"psr-4": {
"FacturaScripts\\Core\\": "Core/",
"FacturaScripts\\Dinamic\\": "Dinamic/",
"FacturaScripts\\Plugins\\": "Plugins/",
"FacturaScripts\\Test\\": "Test/"
}
},
"keywords": [
"facturascripts",
"php",
"invoice",
"erp",
"crm",
"billing",
"accounting"
]
}