This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
forked from espocrm/espocrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.56 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
{
"name": "espocrm/espocrm",
"description": "EspoCRM. Open source CRM application.",
"homepage": "https://github.com/espocrm/espocrm.git",
"license": "GPL-3.0-only",
"require": {
"php": ">=7.1.0",
"ext-pdo_mysql": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-curl": "*",
"ext-exif": "*",
"doctrine/dbal": "2.*",
"slim/slim": "2.6.2",
"mtdowling/cron-expression": "1.0.*",
"zendframework/zend-validator": "2.*",
"zendframework/zend-mail": "2.10.0",
"zendframework/zend-ldap": "2.*",
"zendframework/zend-servicemanager": "2.7.11",
"monolog/monolog": "1.*",
"yzalis/identicon": "*",
"zordius/lightncandy": "0.*",
"composer/semver": "^1.4",
"tecnickcom/tcpdf": "^6.2",
"php-mime-mail-parser/php-mime-mail-parser": "3.*",
"zbateson/mail-mime-parser": "0.4.*",
"phpoffice/phpspreadsheet": "^1.1",
"spatie/async": "dev-for-espocrm",
"symfony/process": "4.1.7",
"cboden/ratchet": "^0.4.1",
"react/zmq": "^0.4.0",
"guzzlehttp/psr7": "^1.5",
"michelf/php-markdown": "^1.8"
},
"autoload": {
"psr-0": {
"": "application/",
"tests": "",
"Espo\\Custom": "custom/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/yurikuzn/async.git"
}
]
}