forked from espocrm/espocrm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 702 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 702 Bytes
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
{
"require": {
"doctrine/dbal": "2.*",
"slim/slim": "2.6.2",
"mtdowling/cron-expression": "1.0.*",
"zendframework/zend-validator": "2.*",
"zendframework/zend-mail": "2.5.2",
"zendframework/zend-ldap": "2.*",
"monolog/monolog": "1.*",
"yzalis/identicon": "*",
"zordius/lightncandy": "0.*",
"composer/semver": "^1.4",
"zendframework/zend-servicemanager": "2.6.0",
"tecnickcom/tcpdf": "^6.2",
"php-mime-mail-parser/php-mime-mail-parser": "2.9.3",
"zbateson/mail-mime-parser": "0.4.6",
"phpoffice/phpexcel": "^1.8"
},
"autoload": {
"psr-0": {
"": "application/",
"tests": "",
"Espo\\Custom": "custom/"
}
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}