{
    "name": "msp_concepts/magento-2-shipping-table-rates",
    "description": "Mspconcepts Shipping Table Rates",
    "require": {
        "php": "~8.1.0|^8.2.0"
    },
    "type": "magento2-module",
    "version": "1.0.0",
     "license": [
    	"OSL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Mspconcepts\\ShippingRates\\": ""
        }
    }
    
}
