{
    "name": "mageworx/module-info",
    "description": "MageWorx Notifications & Extensions List",
    "require": {
        "magento/module-catalog" : ">=100.0.0 <105",
        "magento/module-cms"     : ">=100.0.0 <105"
    },
    "type": "magento2-module",
    "version": "1.1.1",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "MageWorx\\Info\\": ""
        }
    }
}
