{
    "name": "geekology/aibuddy",
    "description": "AI Bud WordPress Plugin",
    "type": "wordpress-plugin",
    "require": {
        "php": "7.4 || ^8.0",
        "ext-json": "*",
        "ext-curl": "*",
        "erusev/parsedown": "^1.7",
        "openai-php/client": "^0.10.1",
        "guzzlehttp/guzzle": "^7.8"
    },
    "license": "GPL-2.0-or-later",
    "autoload": {
        "psr-4": {
            "AiBuddy\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Geekology"
        }
    ],
    "minimum-stability": "stable",
    "config": {
        "platform-check": false,
        "allow-plugins": {
            "php-http/discovery": false
        }
    }
}
