From 6f73325a34cd0b9304c603ed54c3686587ad32d8 Mon Sep 17 00:00:00 2001 From: Valeriy Nayda Date: Tue, 9 Oct 2018 15:37:21 +0300 Subject: [PATCH] GraphQL-55: [Mutations] My Account > Change account information -- fix static tests --- app/code/Magento/CustomerGraphQl/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/CustomerGraphQl/composer.json b/app/code/Magento/CustomerGraphQl/composer.json index c17e9a605db00..488013c1ee586 100644 --- a/app/code/Magento/CustomerGraphQl/composer.json +++ b/app/code/Magento/CustomerGraphQl/composer.json @@ -6,8 +6,9 @@ "php": "~7.1.3||~7.2.0", "magento/module-customer": "*", "magento/module-authorization": "*", - "magento/newsletter": "*", + "magento/module-newsletter": "*", "magento/module-integration": "*", + "magento/module-store": "*", "magento/framework": "*" }, "suggest": {