From 7e3c023a20b499ff671c09acbbc2c5e67b2f9196 Mon Sep 17 00:00:00 2001 From: Valeriy Nayda Date: Tue, 2 Oct 2018 13:43:34 +0300 Subject: [PATCH] GraphQL-141: [Mutations] Cart Operations > Add simple product to Cart -- fix static tests --- app/code/Magento/QuoteGraphQl/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/code/Magento/QuoteGraphQl/composer.json b/app/code/Magento/QuoteGraphQl/composer.json index 9995e292e784..bed9157c4de5 100644 --- a/app/code/Magento/QuoteGraphQl/composer.json +++ b/app/code/Magento/QuoteGraphQl/composer.json @@ -11,8 +11,7 @@ "magento/module-store": "*" }, "suggest": { - "magento/module-graph-ql": "*", - "magento/module-catalog-graph-ql": "*" + "magento/module-graph-ql": "*" }, "license": [ "OSL-3.0",