-
- Downloads
added composer.json file
composer.json
0 → 100644
{ | ||
"name": "ongr/elasticsearch-dsl", | ||
"description": "Elasticsearch DSL library", | ||
"type": "library", | ||
"homepage": "http://ongr.io", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "ONGR team", | ||
"homepage": "http://www.ongr.io" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4", | ||
"elasticsearch/elasticsearch": "~1.0" | ||
}, | ||
"require-dev": { | ||
"mikey179/vfsStream": "~1.4", | ||
"phpunit/phpunit": "~4.4", | ||
"squizlabs/php_codesniffer": "~2.0", | ||
"ongr/ongr-strict-standard": "~2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { "ONGR\\ElasticsearchDSL\\": "src/" } | ||
} | ||
} |
Please register or sign in to comment