magento / magento2-upward-connector

Magento module for routing front-end requests to UPWARD-PHP
Open Software License 3.0
24 stars 27 forks source link

Magento 2.4.2 - Bad composer requirements in Upward 1.3 #40

Open pawel-siejba opened 2 years ago

pawel-siejba commented 2 years ago
Exception #0 (ReflectionException): Impossible to process constructor argument Parameter #3 [ <required> Magento\UrlRewriteGraphQl\Model\DataProvider\EntityDataProviderComposite $entityDataProviderComposite ] of Magento\UpwardConnector\Model\Computed\PageInfo class
Exception #1 (ReflectionException): Class Magento\UrlRewriteGraphQl\Model\DataProvider\EntityDataProviderComposite does not exist

Upward doesn't require any version of the magento/module-url-rewrite-graph-ql module, and installs on a Magento version that doesn't have Magento\UrlRewriteGraphQl\Model\DataProvider\EntityDataProviderComposite

Magento\UrlRewriteGraphQl\Model\DataProvider\EntityDataProviderComposite was introduced in M2.4.3.

jcconde commented 2 years ago

I've updated my vendor folder and I get the same issue :(