{
    "name": "ristretto-apps/spawnster",
    "description": "Create instant WordPress websites in seconds with AI, complete with multiple pages, filled in text, and matching images, based on any niche.",
    "type": "project",
    "license": "GPL-2.0+",
    "autoload": {
        "psr-4": {
            "RistrettoApps\\Spawnster\\": "src/"
        }
    },
    "minimum-stability": "dev",
    "require": {
        "orhanerday/open-ai": "5.3.*"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
