{
    "name": "partitech/php-mistral",
    "description": "Connect to MistralAi inference or to Llama.cpp",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Partitech\\PhpMistral\\": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "scripts": {
        "test": "phpunit"
    },
    "require": {
        "symfony/http-client": "^6.4 || ^7.0",
        "amphp/http-client": "^4.2.1",
        "knplabs/php-json-schema": "^0.1.0"
    }
}
