{
    "name": "geoip-content-switcher",
    "description": "GeoIP Content Switcher for WooCommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "RAJ PATHAK",
            "email": "Rajpathak.er@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.4",
        "geoip2/geoip2": "^2.13"
    },
    "autoload": {
        "psr-4": {
            "GeoIPSwitcher\\": "includes/"
        }
    }
}

