Files
espocrm/composer.json
2021-03-04 09:54:39 +02:00

63 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.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",
"laminas/laminas-mail": "2.10.0",
"laminas/laminas-ldap": "2.*",
"laminas/laminas-mime": "^2.7.1",
"laminas/laminas-stdlib": "^3.1",
"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.1.7",
"symfony/http-foundation": "4.4.7",
"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-0": {
"": "application/",
"tests": "",
"Espo\\Custom": "custom/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/yurikuzn/lightncandy.git"
}
]
}