Skip to content
Snippets Groups Projects
composer.json 1.04 KiB
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": {
    },
    "require-dev": {
      "elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality."
    },
    "autoload": {
            "ONGR\\ElasticsearchDSL\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ONGR\\ElasticsearchDSL\\Tests\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-master": "7.0-dev"