chg: Move elasticsearch to composer "suggest"

pull/3479/head
Hannah Ward 2018-07-12 10:45:24 +01:00
parent a62b23088e
commit 817ffbe6e5
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 3 additions and 4 deletions

View File

@ -4,10 +4,9 @@
"require": {
"kamisama/cake-resque": "@stable",
"pear/crypt_gpg": "@stable",
"pear/net_geoip": "@dev",
"elasticsearch/elasticsearch": "~6.0"
"pear/net_geoip": "@dev"
},
"config": {
"vendor-dir": "Vendor"
"suggest": {
"elasticsearch/elasticsearch": "For logging to elasticsearch"
}
}