{
    "name": "babenkoivan/elastic-scout-driver",
    "description": "Elasticsearch driver for Laravel Scout",
    "keywords": [
        "scout",
        "elastic",
        "elasticsearch",
        "laravel",
        "driver",
        "php"
    ],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Ivan Babenko",
            "email": "babenko.i.a@gmail.com"
        }
    ],
    "funding": [
        {
            "type": "ko-fi",
            "url": "https://ko-fi.com/ivanbabenko"
        },
        {
            "type": "paypal",
            "url": "https://paypal.me/babenkoi"
        }
    ],
    "autoload": {
        "psr-4": {
            "Elastic\\ScoutDriver\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Elastic\\ScoutDriver\\Tests\\": "tests"
        }
    },
    "require": {
        "php": "^8.2",
        "babenkoivan/elastic-adapter": "^4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.0",
        "orchestra/testbench": "^9.0",
        "babenkoivan/elastic-migrations": "^4.0",
        "laravel/scout": "^10.0",
        "friendsofphp/php-cs-fixer": "^3.14",
        "phpstan/phpstan": "^1.10",
        "laravel/legacy-factories": "^1.3"
    },
    "config": {
        "bin-dir": "bin",
        "allow-plugins": {
            "php-http/discovery": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Elastic\\ScoutDriver\\ServiceProvider"
            ]
        }
    }
}
