{
    "require": {
        "symfony/http-client": "^8.0.5",
        "nyholm/psr7": "^1.8",
        "guzzlehttp/guzzle": "^7.8",
        "openai-php/client": "^0.19.0"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/openai-php/client"
        }
    ]
}
