{
    "name": "dotmailer/dotmailer-magento2-extension-chat",
    "description": "Engagement Cloud for Magento 2: Chat module",
    "type": "magento2-module",
    "version": "1.0.1-p4",
    "license": "MIT",
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "require": {
        "dotmailer/dotmailer-magento2-extension": "^4.3.1",
        "magento/module-config": ">=100 <103",
        "magento/module-backend": ">=100 <102",
        "magento/module-customer": ">=100 <103",
        "magento/module-store": ">=100 <102",
        "magento/module-checkout": "100.*",
        "magento/module-quote": ">=100 <102",
        "magento/module-sales": ">=100 <103"
    },
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "Dotdigitalgroup\\Chat\\": ""
        }
    }
}
