{
    "name": "mageworx/module-shippingrules",
    "description": "Shipping Rules",
    "require": {
        "magento/framework": ">=103.0.0",
        "magento/module-backend": ">=100.1.0 < 103",
        "magento/module-catalog": ">=102.0.0 < 105",
        "magento/module-catalog-rule": ">=101.1.0 < 102",
        "magento/module-checkout": ">=100.3.0 < 102",
        "magento/module-customer": ">=101.0.0 < 104",
        "magento/module-directory": ">=100.3.0 < 102",
        "magento/module-eav": ">=102.0.0 < 103",
        "magento/module-quote": ">=101.0.0 < 102",
        "magento/module-rule": ">=100.3.0 < 102",
        "magento/module-sales-rule": ">=101.1.0 < 102",
        "magento/module-shipping": ">=100.3.0 < 101",
        "magento/module-store": ">=101.0.0 < 102",
        "magento/module-ui": ">=101.0.0 < 102",
        "psr/log": "*"
    },
    "type": "magento2-module",
    "version": "2.12.1",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "MageWorx\\ShippingRules\\": ""
        }
    }
}
