{
    "name": "dotdigital/dotdigital-magento2-extension-graph-ql",
    "description": "Dotdigital for Magento 2: Core GraphQl module",
    "type": "magento2-module",
    "version": "2.0.2",
    "license": "MIT",
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "replace": {
        "dotmailer/dotmailer-magento2-extension-graph-ql": "*"
    },
    "require": {
        "php": "^7.4||^8.0",
        "dotdigital/dotdigital-magento2-extension": "^4.14.0",
        "magento/framework": ">=102 <104",
        "magento/module-quote": ">=101 <103",
        "magento/module-catalog": ">=103 <105",
        "magento/module-store": ">=101 <102"
    },
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "Dotdigitalgroup\\EmailGraphQl\\": ""
        }
    }
}
