forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 1.46 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
{
"name": "yetiforce/yetiforce-crm",
"description": "An open and innovative CRM system.",
"keywords": ["YetiForceCRM", "CRM", "open source crm", "best crm"],
"license": "YetiForce Public License 2.0",
"homepage": "https://yetiforce.com/",
"type": "project",
"support": {
"issues": "https://github.com/YetiForceCompany/YetiForceCRM/issues",
"wiki": "https://yetiforce.com/en/documentation.html",
"source": "https://github.com/YetiForceCompany/YetiForceCRM"
},
"authors": [
{
"name": "YetiForce team",
"email": "[email protected]",
"homepage": "https://yetiforce.com/"
}
],
"require": {
"php": ">=5.6.0",
"ext-imap": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"ext-spl": "*",
"ext-json": "*",
"ext-dom": "*",
"ext-zlib": "*",
"ext-pdo": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-pcre": "*",
"ext-session": "*",
"ext-soap": "*",
"ext-zip": "*",
"ext-xml": "*",
"rmccue/requests": "1.7",
"smarty/smarty": "3.1.31",
"phpmailer/phpmailer": "v5.2.22",
"ezyang/htmlpurifier": "v4.8.0",
"symfony/var-dumper": "v3.2.2",
"simshaun/recurr": "v2.1"
},
"archive": {
"exclude": [
"tests"
]
},
"config": {
"autoloader-suffix": "YT"
},
"autoload": {
"psr-4": {
"vtlib\\": "vtlib/Vtiger/",
"includes\\": "include/",
"App\\": "vendor/yetiforce/",
"Api\\": "api/webservice/",
"Cron\\": "cron/",
"Exception\\": "include/exceptions/",
"DebugBar\\": "vendor/php-debugbar/src/DebugBar/"
}
}
}