{
    "name": "dotmailer/dotmailer-magento2-extension-sms",
    "description": "Engagement Cloud for Magento 2: SMS module",
    "type": "magento2-module",
    "version": "1.0.0",
    "license": "MIT",
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "require": {
        "dotmailer/dotmailer-magento2-extension": "^4.10.0",
        "magento/framework": ">=101 <104",
        "magento/module-config": ">=100 <103",
        "magento/module-backend": ">=100 <103",
        "magento/module-customer": ">=100 <104",
        "magento/module-store": ">=100 <102",
        "magento/module-checkout": "100.*",
        "magento/module-quote": ">=100 <103",
        "magento/module-sales": ">=100 <104",
        "magento/module-ui": ">=100 <102",
        "magento/module-shipping": "100.*",
        "magento/module-directory": "100.*"
    },
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "Dotdigitalgroup\\Sms\\": ""
        }
    }
}
