{
    "name": "root/html",
    "autoload": {
        "psr-4": {
            "Root\\Html\\": "src/"
        }
    },
    "require": {
        "phpoffice/phpspreadsheet": "^1.29",
        "mpdf/mpdf": "^8.2",
        "mongodb/mongodb": "^2.1"
    },
    "config": {
        "platform": {
            "php": "8.2.29",
            "ext-mongodb": "2.3.3"
        }
    }
}
