Hello,
with Commit 9aa8abd the ConfigRewrite class now requires the StoreConfigDataProvider from package magento/module-store-graph-ql.
But this dependency is not declared in the composer.json.
Since we removed the module magento/module-store-graph-ql (as we don't need graph-ql support), the missing dependency will not be found during composer install, but during setup:upgrade.
So please add the package magento/module-store-graph-ql to the composer.json.
Side note: Even if the config CONFIG_PATH_ASYNC_CONFIG_SAVE is not set (see line 110) (as in our installation), the StoreConfigDataProvider is required. - For our setup it would be much better, not to have such a hard dependency.
Hello,
with Commit 9aa8abd the
ConfigRewriteclass now requires theStoreConfigDataProviderfrom packagemagento/module-store-graph-ql.But this dependency is not declared in the
composer.json.Since we removed the module
magento/module-store-graph-ql(as we don't need graph-ql support), the missing dependency will not be found duringcomposer install, but duringsetup:upgrade.So please add the package
magento/module-store-graph-qlto thecomposer.json.Side note: Even if the config
CONFIG_PATH_ASYNC_CONFIG_SAVEis not set (see line 110) (as in our installation), theStoreConfigDataProvideris required. - For our setup it would be much better, not to have such a hard dependency.