{
    "name": "smfwc/shiperman-for-woocommerce",
    "description": "Shiperman shipping method for WooCommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0+",
    "require": {
        "php": ">=7.4",
        "composer/installers": "^1.11"
    },
    "autoload": {
        "psr-4": {
            "SMFWC\\Shiperman\\": "includes/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}