Update Elastica dependency for Resetter changes

Resetter depends on Elastica_Type::delete(), which was a recent addition to Elastica. See: af6c92b92e5374f92323a65cb6ea957b74fcb1dd
This commit is contained in:
Jeremy Mikola 2012-03-12 12:03:29 -04:00
parent 4a80e27283
commit 02f162fd79

View file

@ -14,7 +14,7 @@
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/console": "2.1.*",
"ruflin/elastica": "*"
"ruflin/elastica": ">=0.19.0"
},
"autoload": {
"psr-0": { "FOQ\\ElasticaBundle": "" }