-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
90 lines (90 loc) · 2.21 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "rsanjoseo/alixar",
"type": "project",
"description": "Alixar ERP & CRM, a complete refactoring of Dolibarr",
"keywords": [
"rsanjoseo",
"alxarafe",
"alixar",
"dolibarr",
"erp",
"crm",
"invoice",
"sme",
"proposal",
"order",
"stock",
"agenda"
],
"homepage": "https://www.alxarafe.com",
"license": "GPL-3.0-or-later",
"support": {
"issues": "https://github.com/rsanjoseo/alixar/issues",
"forum": "https://www.alxarafe.com/forum",
"wiki": "https://wiki.alxarafe.com",
"source": "https://github.com/rsanjoseo/alixar"
},
"config": {
"vendor-dir": "htdocs/vendor"
},
"require": {
"php": ">=7.4",
"phpmailer/phpmailer": "*",
"monolog/monolog": "*",
"components/jquery": "*",
"components/bootstrap": "*",
"components/font-awesome": "*",
"mk-j/php_xlsxwriter": "*",
"twbs/bootstrap": "*",
"thomaspark/bootswatch": "*",
"makeusabrew/bootbox": "*",
"rospdf/pdf-php": "*",
"maximebf/debugbar": "*",
"shuchkin/simplexlsx": "*",
"parsecsv/php-parsecsv": "*",
"mischiefcollective/colorjizz": "*",
"mobiledetect/mobiledetectlib": "*",
"twig/twig": "*",
"symfony/http-foundation": "*",
"symfony/translation": "*",
"symfony/finder": "*",
"symfony/yaml": "*",
"symfony/var-dumper": "*",
"mouse0270/bootstrap-growl": "*",
"select2/select2": "*",
"aura/session": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-bcmath": "*",
"ext-simplexml": "*",
"ext-gd": "*",
"ext-dom": "*",
"ext-imagick": "*",
"ext-pdo": "*"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "*",
"php-parallel-lint/php-console-highlighter": "*",
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*",
"phpunit/phpunit-selenium": "*"
},
"suggest": {
"ext-gd": "Image manipulation (Required but maybe built-in PHP)",
"ext-imagick": "Generation of thumbs from PDF",
"ext-mysqli": "",
"ext-pgsql": "",
"ext-intl": "",
"ext-fileinfo": ""
},
"autoload": {
"psr-4": {
"Alxarafe\\": "htdocs/"
},
"files": [
"htdocs/Core/Utils/functions.php"
]
}
}