MISP/app/composer.json

31 lines
1006 B
JSON

{
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-pcre": "*",
"kamisama/cake-resque": "4.1.2",
"pear/crypt_gpg": "1.6.3",
"monolog/monolog": "1.24.0"
},
"require-dev": {
"phpunit/phpunit": "^8",
"php-parallel-lint/php-parallel-lint": "^1.2"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs",
"ext-redis": "For working background jobs and feed and warninglist chaches",
"ext-zip": "Enabling processing feeds that are ZIP compressed",
"ext-zlib": "Allow gzip compression of HTTP requests",
"ext-intl": "For handling IDN domain names",
"elasticsearch/elasticsearch": "For logging to elasticsearch",
"aws/aws-sdk-php": "To upload samples to S3"
},
"config": {
"vendor-dir": "Vendor"
}
}