Newer
Older
{
"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",
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0",
"satooshi/php-coveralls": "~0.7"
Simonas Šerlinskas
committed
"ONGR\\ElasticsearchDSL\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ONGR\\ElasticsearchDSL\\Tests\\": "tests/"
}