-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
60 lines (60 loc) · 1.64 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
{
"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": "carlos@facturascripts.com"
}
],
"config": {
"platform": {
"php": "7.2.5"
}
},
"require": {
"php": ">=7.2.5",
"mk-j/php_xlsxwriter": "0.38",
"parsecsv/php-parsecsv": "1.*",
"phpmailer/phpmailer": "6.*",
"rospdf/pdf-php": "0.12.*",
"symfony/http-foundation": "4.4.*",
"symfony/translation": "4.4.*",
"twig/twig": "3.*",
"skilla/validator-cif-nif-nie": "1.0.6",
"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": "*"
},
"require-dev": {
"phpunit/phpunit": "8.*",
"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"
]
}