{ "name": "espocrm/espocrm", "description": "EspoCRM. Open source CRM application.", "homepage": "https://github.com/espocrm/espocrm.git", "license": "GPL-3.0-only", "require": { "php": ">=7.3.0", "ext-pdo_mysql": "*", "ext-openssl": "*", "ext-json": "*", "ext-zip": "*", "ext-gd": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-curl": "*", "ext-exif": "*", "psr/log": "1.1.*", "psr/http-message": "^1.0", "slim/slim": "^4.7", "slim/psr7": "^1", "dragonmantank/cron-expression": "3.0.*", "laminas/laminas-mail": "2.14.*", "laminas/laminas-ldap": "2.*", "laminas/laminas-servicemanager": "^3.3.1", "monolog/monolog": "2.*", "yzalis/identicon": "*", "zordius/lightncandy": "dev-espo#v1.2.5e", "composer/semver": "^3", "spatie/async": "1.5.3", "tecnickcom/tcpdf": "6.3.5", "symfony/process": "4.4.*", "symfony/http-foundation": "4.4.*", "cboden/ratchet": "^0.4.1", "react/zmq": "^0.4.0", "guzzlehttp/psr7": "^1.6", "michelf/php-markdown": "^1.8", "robthree/twofactorauth": "^1.6", "nesbot/carbon": "^2.26", "zbateson/mail-mime-parser": "1.3.*", "phpoffice/phpspreadsheet": "^1.16", "doctrine/dbal": "^3.0", "league/flysystem-async-aws-s3": "^2.0" }, "require-dev": { "phpunit/phpunit": "^9" }, "autoload": { "psr-4": { "Espo\\": "application/Espo/", "Espo\\Custom\\": "custom/Espo/Custom/" } }, "autoload-dev": { "psr-4": { "tests\\": "tests/" } }, "repositories": [ { "type": "git", "url": "https://github.com/yurikuzn/lightncandy.git" } ], "provide": { "ext-ldap": "*", "ext-zmq": "*" } }