{
    "name": "tailcode-studio/wc-dynamic-payment-gateways-tcs",
    "description": "WC Dynamic Payment Gateways allows you to easily restrict payment options for your customers based on their billing country.",
    "type": "wordpress-plugin",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "TailcodeStudio\\WCDPG\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Tailcode Studio",
            "email": "office@tailcode.studio"
        }
    ],
    "require": {
        "php": "^8.1",
        "wixel/gump": "^2.0"
    },
    "scripts": {
        "lint": "pint --preset psr12"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require-dev": {
        "laravel/pint": "^1.18.1"
    }
}
