summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/composer.json')
-rw-r--r--vendor/ruflin/elastica/composer.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/vendor/ruflin/elastica/composer.json b/vendor/ruflin/elastica/composer.json
new file mode 100644
index 00000000..70c2832a
--- /dev/null
+++ b/vendor/ruflin/elastica/composer.json
@@ -0,0 +1,40 @@
+{
+ "name": "ruflin/elastica",
+ "description": "Elasticsearch Client",
+ "keywords": ["search","client"],
+ "homepage": "http://elastica.io/",
+ "type": "library",
+ "license": "Apache 2.0",
+ "authors": [
+ {
+ "name": "Nicolas Ruflin",
+ "homepage": "http://ruflin.com/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "psr/log": "~1.0",
+ "munkie/elasticsearch-thrift-php": "1.4.*",
+ "phpunit/phpunit": "4.1.*",
+ "satooshi/php-coveralls": "dev-master"
+ },
+ "suggest": {
+ "munkie/elasticsearch-thrift-php": "Allow using thrift transport",
+ "guzzlehttp/guzzle": "Allow using guzzle 4.x as the http transport (requires php 5.4)",
+ "psr/log": "for logging",
+ "monolog/monolog": "Logging request"
+ },
+ "autoload": {
+ "psr-0": {
+ "Elastica": "lib/",
+ "Elastica\\Test": "test/lib/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.2.x-dev"
+ }
+ }
+}