{
    "name": "joydevs/appointment_booking",
    "description": "Appointment booking and scheduling",
    "type": "wordpress-plugin",
    "license": "GPLv2",
    "authors": [
        {
            "name": "Abdur Rahim",
            "email": "abdurrahimctg10@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Appointment\\Booking\\": "./includes",
            "UDX\\Zoom\\": "./includes/lib/UDX/src"
        },
        "files": [ "includes/functions.php" ]
    },
    "require": {
        "guzzlehttp/guzzle": "^7.9"
    },
    "config": {
        "platform-check": false
    }

}
