Skip to content
Snippets Groups Projects
Commit ce6e51bd authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

added composer.json file

parent 549ee3c0
No related branches found
No related tags found
No related merge requests found
{
"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/" }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment