{
  "name": "dotdigital/dotdigital-magento2-extension",
  "description": "Dotdigital for Magento 2",
  "type": "magento2-module",
  "version": "4.31.2",
  "license": "MIT",
  "repositories": [
    {
      "type": "composer",
      "url": "https://repo.magento.com/"
    }
  ],
  "replace": {
    "dotmailer/dotmailer-magento2-extension": "*"
  },
  "require": {
    "php": "^7.4||^8.0",
    "magento/framework": ">=102 <104",
    "magento/module-newsletter": "^100.3|^100.4",
    "magento/module-review": "^100.3|^100.4",
    "magento/module-sales": ">=102 <104",
    "magento/module-sales-rule": ">=101 <102",
    "magento/module-wishlist": ">=101 <102",
    "magento/module-store": ">=101 <102",
    "magento/module-config": ">=101 <102",
    "magento/module-backend": ">=101 <103",
    "magento/module-checkout": "^100.3|^100.4",
    "magento/module-ui": ">=101 <102",
    "magento/module-theme": ">=101 <102",
    "magento/module-cron": "^100.3|^100.4",
    "magento/module-customer": ">=102 <104",
    "magento/module-eav": ">=102 <103",
    "magento/module-catalog": ">=103 <105",
    "magento/module-catalog-rule": ">=101 <102",
    "magento/module-catalog-inventory": "^100.3|^100.4",
    "magento/module-quote": ">=101 <103",
    "magento/module-directory": "^100.3|^100.4",
    "magento/module-shipping": "^100.3|^100.4",
    "magento/module-payment": "^100.3|^100.4",
    "magento/module-user": ">=101 <102",
    "magento/module-reports": ">=100 <102",
    "magento/module-email": ">=101 <102",
    "magento/module-send-friend": "^100.3|^100.4",
    "magento/module-product-alert": "^100.3|^100.4",
    "magento/module-configurable-product": "^100.3|^100.4",
    "magento/module-bundle": ">=100 <102",
    "magento/module-grouped-product": "^100.3|^100.4",
    "magento/module-url-rewrite": ">=101 <103",
    "magento/module-authorization": "^100.3|^100.4",
    "magento/module-tax": "^100.3|^100.4",
    "magento/framework-message-queue": "^100.3|^100.4",
    "magento/module-mysql-mq": "^100.3|^100.4",
    "laminas/laminas-http": "^2.6",
    "laminas/laminas-uri": "^2.5",
    "symfony/mailer": "^5.4 || ^6.4",
    "symfony/mime": "^5.4 || ^6.4",
    "dotdigital/dotdigital-php": "^2.6",
    "php-http/curl-client": "~2.3.0",
    "nyholm/psr7": "^1.8",
    "psr/log": "^1 || ^2 || ^3",
    "ext-json": "*",
    "ext-pcre": "*"
  },
  "autoload": {
    "files": [ "registration.php" ],
    "psr-4": {
      "Dotdigitalgroup\\Email\\": ""
    }
  },
  "suggest": {
    "dotdigital/dotdigital-magento2-extension-chat": "Adds Dotdigital Chat to your Magento store"
  }
}
