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
composer require laminas/laminas-cache
Using version ^4.0 for laminas/laminas-cache
./composer.json has been updated
Running composer update laminas/laminas-cache
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
- Root composer.json requires laminas/laminas-cache ^4.0 -> satisfiable by laminas/laminas-cache[4.0.0, ..., 4.0.4].
- laminas/laminas-cache[4.0.0, ..., 4.0.4] require laminas/laminas-servicemanager ^4.1 -> found laminas/laminas-servicemanager[4.1.0, 4.2.0, 4.2.1] but the package is fixed to 3.22.1 (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.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require laminas/laminas-cache:*" to figure out if any version is installable, or "composer require laminas/laminas-cache:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
How to reproduce
see above
Expected behavior
Installing the appropriate laminas cache version
The text was updated successfully, but these errors were encountered:
Composer fails with Version mismatch.
How to reproduce
see above
Expected behavior
Installing the appropriate laminas cache version
The text was updated successfully, but these errors were encountered: