From 7ca6097e4ce7e0c7328de1f4a0da8910c4e2bba4 Mon Sep 17 00:00:00 2001 From: Valeriy Nayda Date: Tue, 9 Oct 2018 15:52:32 +0300 Subject: [PATCH] GraphQL-55: [Mutations] My Account > Change account information -- fix static tests --- app/code/Magento/QuoteGraphQl/composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/QuoteGraphQl/composer.json b/app/code/Magento/QuoteGraphQl/composer.json index bed9157c4de59..c9900dd5f3150 100644 --- a/app/code/Magento/QuoteGraphQl/composer.json +++ b/app/code/Magento/QuoteGraphQl/composer.json @@ -5,7 +5,6 @@ "require": { "php": "~7.1.3||~7.2.0", "magento/framework": "*", - "magento/module-authorization": "*", "magento/module-quote": "*", "magento/module-catalog": "*", "magento/module-store": "*"