mirror of https://github.com/MISP/MISP
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.2.0,<8.0.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-dom": "*",
|
|
"ext-simplexml": "*",
|
|
"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-gd": "For creating image thumbnails",
|
|
"ext-openssl": "Enabling the openssl extension allows you to access HTTPS URLs",
|
|
"ext-redis": "For working background jobs and feed and warninglist caches",
|
|
"ext-zip": "Enabling processing feeds that are ZIP compressed",
|
|
"ext-zlib": "Allow gzip compression of HTTP responses",
|
|
"ext-brotli": "Allow brotli compression of HTTP responses",
|
|
"ext-intl": "For handling IDN domain names",
|
|
"ext-ssdeep": "For ssdeep hashes correlation",
|
|
"ext-bcmath": "For faster validating IBAN numbers",
|
|
"ext-rdkafka": "Required for publishing events to Kafka broker",
|
|
"elasticsearch/elasticsearch": "For logging to elasticsearch",
|
|
"aws/aws-sdk-php": "To upload samples to S3"
|
|
},
|
|
"config": {
|
|
"vendor-dir": "Vendor"
|
|
}
|
|
}
|