Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Magento2 module #1321

Open
bfontaine opened this issue Nov 6, 2023 · 1 comment
Open

Update the Magento2 module #1321

bfontaine opened this issue Nov 6, 2023 · 1 comment

Comments

@bfontaine
Copy link

Hello,
The Magento module hasn’t been updated in five years, and can’t be installed because it still depends on Enqueue 0.8 #1057:

$ composer require "enqueue/magento2-enqueue:*@dev"
./composer.json has been updated
Running composer update enqueue/magento2-enqueue
Gathering patches for root package.
No patches supplied.
Loading composer repositories with package information
In Laminas\DependencyPlugin\DependencyRewriterV2::onPrePoolCreate
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - enqueue/magento2-enqueue[dev-master, 0.8.0] require enqueue/enqueue ^0.8 -> satisfiable by enqueue/enqueue[0.8.0, ..., 0.8.42].
    - enqueue/enqueue[0.8.21, ..., 0.8.42] require ramsey/uuid ^2|^3.5 -> found ramsey/uuid[2.0.0, ..., 2.9.0, 3.5.0, ..., 3.9.7] but the package is fixed to 4.2.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires enqueue/magento2-enqueue *@dev -> satisfiable by enqueue/magento2-enqueue[dev-master, 0.8.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

It would be nice if it could be upgraded to use the latest Enqueue module.

@makasim
Copy link
Member

makasim commented Nov 7, 2023

PR is welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants