MISP/app/composer.json

14 lines
300 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",
"elasticsearch/elasticsearch": "~6.0"
},
"config": {
"vendor-dir": "Vendor"
}
}