mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "espocrm/espocrm",
|
|
"description": "EspoCRM. Open source CRM application.",
|
|
"homepage": "https://github.com/espocrm/espocrm.git",
|
|
"license": "GPL-3.0-only",
|
|
"require": {
|
|
"php": ">=7.2.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-mail": "2.10.0",
|
|
"zendframework/zend-ldap": "2.*",
|
|
"zendframework/zend-servicemanager": "3.3.2",
|
|
"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": "1.1.*",
|
|
"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",
|
|
"container-interop/container-interop": "1.2.0",
|
|
"zendframework/zend-mime": "^2.7.1",
|
|
"zendframework/zend-stdlib": "^3.1",
|
|
"robthree/twofactorauth": "^1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "application/",
|
|
"tests": "",
|
|
"Espo\\Custom": "custom/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/yurikuzn/async.git"
|
|
}
|
|
]
|
|
}
|