{
    "name": "meta/module-promotions",
    "description": "Meta Business Extension Promotions module",
    "type": "magento2-module",
    "license": "Apache-2.0",
    "version": "1.0.0",
    "require": {
        "php": "~8.1.0",
        "magento/framework": ">=103.0.4 <=103.0.5-p1",
        "magento/module-backend": ">=102.0.4 <=102.0.5",
        "magento/module-config": ">=101.2.4 <=101.2.5",
        "magento/module-sales-rule": ">=101.2.4 <=101.2.5",
        "magento/module-offline-shipping": ">=100.4.3 <=100.4.4",
        "meta/module-business-extension": "1.0.*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Meta\\Promotions\\": ""
        }
    }
}

