{
    "name": "algolia/algoliasearch-client-php",
    "version": "4.36.0",
    "description": "API powering the features of Algolia.",
    "keywords": ["algolia", "search", "api", "client", "php"],
    "type": "library",
    "homepage": "https://github.com/algolia/algoliasearch-client-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Algolia Team",
            "homepage": "https://alg.li/support"
        }
    ],
    "require": {
        "php": ">=8.1 !=8.3.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "guzzlehttp/psr7": "^2.0",
        "psr/http-message": "^1.1 || ^2.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.80.0",
        "phpunit/phpunit": "^11.0",
        "vlucas/phpdotenv": "^5.4",
        "phpstan/phpstan": "^1.12"
    },
    "autoload": {
        "psr-4": { "Algolia\\AlgoliaSearch\\" : "lib/" },
        "files": [
            "lib/Http/Psr7/functions.php"
        ]
    },
    "suggest": {
        "guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
