mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
30 lines
702 B
JSON
30 lines
702 B
JSON
{
|
|
"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.*"
|
|
}
|
|
}
|