{
    "name": "microsellsoft/api-main",
    "description": "API central de MicrosellSoft",
    "type": "project",
    "autoload": {
        "psr-4": {
            "ApiMain\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Erwin",
            "email": "microsellpv@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "firebase/php-jwt": "^6.11",
        "openai-php/client": "^0.19.2",
        "symfony/http-client": "^7.4",
        "nyholm/psr7": "^1.8"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
