You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to follow the installation instructions in the README.md, composer require extdn/extension-dashboard-m2 fails to install the extension due to (what looks like) a strange set of dependency conflicts.
My composer.json is included below. This composer.json file came from a composer create-project ... style installation and I've been using it as a testing instance for a number of years. In other words I think its pretty standard.
When the failure happened I tried deleting my vendor folder and re running composer install before running composer require extdn/extension-dashboard-m2 again with the same results.
Looks like you are trying with Magento 2.2.0 - so far I have only developed on the latest 2.3.0. I'll add a note to the README to warn of this until I have had a chance to test this backwards.
When trying to follow the installation instructions in the README.md,
composer require extdn/extension-dashboard-m2
fails to install the extension due to (what looks like) a strange set of dependency conflicts.My
composer.json
is included below. Thiscomposer.json
file came from acomposer create-project ...
style installation and I've been using it as a testing instance for a number of years. In other words I think its pretty standard.When the failure happened I tried deleting my
vendor
folder and re runningcomposer install
before runningcomposer require extdn/extension-dashboard-m2
again with the same results.Here's the errors
and here's my
composer.json
The text was updated successfully, but these errors were encountered: