MISP/app/composer.json

13 lines
293 B
JSON
Raw Normal View History

{
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"kamisama/cake-resque": "@stable",
"pear/crypt_gpg": "@stable",
"pear/net_geoip": "@dev"
},
"suggest": {
"elasticsearch/elasticsearch": "For logging to elasticsearch"
}
}