{
    "name": "reservoir/comptoir",
    "description": "Conseiller conversationnel pour site catalogue : transforme la recherche en discussion et rend un projet qualifié.",
    "type": "library",
    "license": "proprietary",
    "require": {
        "php": "^8.2",
        "anthropic-ai/sdk": "^0.42",
        "psr/http-client-implementation": "*",
        "psr/http-factory-implementation": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.5",
        "guzzlehttp/guzzle": "^7.5"
    },
    "autoload": {
        "psr-4": {
            "Reservoir\\Comptoir\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Reservoir\\Comptoir\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Reservoir\\Comptoir\\Laravel\\ComptoirServiceProvider"
            ]
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
