{
    "name": "teachingann/moodle-platform",
    "description": "Teacher Ann's AI-Integrated Moodle LMS",
    "type": "project",
    "license": "GPL-3.0-or-later",
    "require": {
        "php": ">=7.4",
        "moodle/moodle": "^3.10",
        "moodle/composer-installer": "^4.0",
        "guzzlehttp/guzzle": "^7.8",
        "vlucas/phpdotenv": "^5.6",
        "google-gemini-php/client": "^1.0"
    },
    "extra": {
        "installer-paths": {
            "public/mod/{$name}/": ["type:moodle-mod"],
            "public/theme/{$name}/": ["type:moodle-theme"],
            "public/blocks/{$name}/": ["type:moodle-block"],
            "public/local/{$name}/": ["type:moodle-local"],
            "public/auth/{$name}/": ["type:moodle-auth"],
            "public/enrol/{$name}/": ["type:moodle-enrol"]
        },
        "moodle-install-path": "public"
    },
    "config": {
        "allow-plugins": {
            "moodle/composer-installer": true,
            "php-http/discovery": true
        },
        "optimize-autoloader": true,
        "sort-packages": true
    }
}