forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
76 lines (76 loc) · 2.09 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
{
"name": "yetiforce/yetiforce-crm",
"description": "An open and innovative CRM system. Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!",
"keywords": ["YetiForceCRM", "CRM", "open source crm", "best crm", "YetiForce", "ERP", "PHP", "Customer Relation Management", "System CRM"],
"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": "YetiForceCompany",
"email": "[email protected]",
"homepage": "https://yetiforce.com/"
}
],
"require": {
"php": ">=7.0.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": "*",
"sabre/dav": "3.1.3",
"rmccue/requests": "v1.7.0",
"smarty/smarty": "3.1.31",
"phpmailer/phpmailer": "v5.2.25",
"ezyang/htmlpurifier": "v4.9.3",
"simshaun/recurr": "v3.0.2",
"sensiolabs/security-checker": "*",
"doctrine/collections": "v1.4.0",
"symfony/var-dumper": "v3.3.6",
"symfony/console": "v3.3.6",
"symfony/debug": "v3.3.6",
"giggsey/libphonenumber-for-php": "*",
"dg/rss-php": "^1.2",
"phpoffice/phpspreadsheet": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "6.*",
"phpunit/phpunit-selenium": "4.1.0",
"doctrine/instantiator": "1.0.5"
},
"archive": {
"exclude": [
"tests"
]
},
"config": {
"autoloader-suffix": "YT"
},
"autoload": {
"psr-4": {
"vtlib\\": "vtlib/Vtiger/",
"includes\\": "include/",
"App\\": "vendor/yetiforce/",
"Api\\": "api/webservice/",
"Cron\\": "cron/",
"Tests\\": "tests/",
"Exception\\": "include/exceptions/",
"DebugBar\\": "vendor/php-debugbar/src/DebugBar/"
}
}
}