-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
41 lines (37 loc) · 1.18 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
{
"name": "vtecrm/vtenext",
"type": "project",
"description": "Open Source CRM + BPM solution for the complete management of leads, contacts, customers and more",
"keywords": ["vte", "vtenext", "crm", "bpm", "bpmn"],
"homepage": "https://www.vtenext.com/",
"config": {
"optimize-autoloader": true
},
"require": {
"php": ">=7.0",
"ext-curl": "*",
"ext-imap": "*",
"ext-xml": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-bcmath": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"zendframework/zend-http": "2.2.*",
"zendframework/zend-mail": "2.2.*",
"videlalvaro/php-amqplib": "2.*",
"phpoffice/phpspreadsheet": "1.8.*",
"ezyang/htmlpurifier": "4.*",
"smarty/smarty": "3.*",
"phpmailer/phpmailer": "6.*",
"league/iso3166": "2.*",
"guzzlehttp/guzzle": "6.*",
"stevenmaguire/oauth2-microsoft": "2.*",
"league/oauth2-client": "^2.6"
},
"suggest": {
"ext-imagick": "To view tiff attachment in messages",
"ext-apcu": "To speed up caching",
"ext-memcached": "To speed up caching"
}
}