mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"require": {
|
|
"doctrine/dbal": "2.*",
|
|
"slim/slim": "2.*",
|
|
"mtdowling/cron-expression": "1.0.*",
|
|
"zendframework/zend-validator": "2.*",
|
|
"zendframework/zend-mail": "2.*",
|
|
"zendframework/zend-ldap": "2.*",
|
|
"monolog/monolog": "1.*",
|
|
"yzalis/identicon": "*",
|
|
"vierbergenlars/php-semver": "~3.0",
|
|
"tecnick.com/tcpdf": "6.*",
|
|
"zordius/lightncandy": "0.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "application/",
|
|
"tests": "",
|
|
"Espo\\Custom": "custom/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
}
|
|
}
|