mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
60 lines
1.8 KiB
JSON
60 lines
1.8 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.*",
|
|
"laminas/laminas-mail": "2.10.0",
|
|
"laminas/laminas-ldap": "2.*",
|
|
"laminas/laminas-servicemanager": "3.3.2",
|
|
"laminas/laminas-mime": "^2.7.1",
|
|
"laminas/laminas-stdlib": "^3.1",
|
|
"monolog/monolog": "1.*",
|
|
"yzalis/identicon": "*",
|
|
"zordius/lightncandy": "1.*",
|
|
"composer/semver": "^1.4",
|
|
"tecnickcom/tcpdf": "^6.2",
|
|
"zbateson/mail-mime-parser": "1.2.*",
|
|
"phpoffice/phpspreadsheet": "^1.10",
|
|
"spatie/async": "dev-for-espocrm",
|
|
"symfony/process": "4.1.7",
|
|
"symfony/http-foundation": "4.4.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",
|
|
"robthree/twofactorauth": "^1.6",
|
|
"nesbot/carbon": "^2.26"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "application/",
|
|
"tests": "",
|
|
"Espo\\Custom": "custom/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/yurikuzn/async.git"
|
|
}
|
|
]
|
|
}
|