diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..04147bd7af3173fd1797d427a486c226324430ae --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "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/" } + } +}