{
    "name": "niloy/woo-exchange-rate",
    "description": "WooCommerce Exchange Rate Plugin",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=7.4",
        "codesvault/howdy-qb": "^1.6"
    },
    "autoload": {
        "files": [
            "functions.php"
        ],
        "psr-4": {
            "WOOER\\": [
                "lib/",
                "lib/admin/",
                "lib/models/",
                "lib/widgets/"
            ]
        }
    },
    "scripts": {
        "post-update-cmd": [
            "@composer dump-autoload"
        ]
    }
}
