forked from NeoRazorX/facturascripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.33 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
{
"name": "facturascripts/facturascripts",
"description": "Open source ERP software. Built on PHP, symfony componentes and bootstrap 4. Easy and powerful.",
"homepage": "https://www.facturascripts.com",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Carlos García Gómez",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0.8",
"mk-j/php_xlsxwriter": "0.37",
"parsecsv/php-parsecsv": "1.*",
"phpmailer/phpmailer": "v6.0.7",
"rospdf/pdf-php": "0.12.52",
"symfony/http-foundation": "^3.4",
"symfony/translation": "^3.4",
"twig/twig": "v2.12.1",
"skilla/validator-cif-nif-nie": "1.0.6",
"tavo1987/ec-validador-cedula-ruc": "v1.0.2"
},
"require-dev": {
"phpunit/phpunit": "6.*",
"squizlabs/php_codesniffer": "^3.2",
"filp/whoops": "2.5.*"
},
"autoload": {
"psr-4": {
"FacturaScripts\\Core\\": "Core/",
"FacturaScripts\\Dinamic\\": "Dinamic/",
"FacturaScripts\\Plugins\\": "Plugins/",
"FacturaScripts\\Test\\": "Test/"
}
},
"keywords": [
"facturascripts",
"php",
"invoice",
"erp",
"crm",
"billing",
"accounting"
]
}