Skip to content

Add missing dependency magento/module-store-graph-ql to composer.json #796

Description

@oehmiche

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions