{
    "name": "mageworx/module-seourls",
    "description": "SEO Friendly URLs",
    "require": {
        "mageworx/module-seoall"            : ">=2.9.0",
        "magento/module-catalog"            : ">=100.0.0 <105",
        "magento/module-layered-navigation" : ">=100.0.0 <101",
        "magento/framework"                 : ">=100.0.0 <104"
    },
    "type": "magento2-module",
    "version": "2.4.7",
    "license": [
      "OSL-3.0",
      "AFL-3.0"
    ],
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "MageWorx\\SeoUrls\\": ""
        }
    }
}
