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

Add laminas-servicemanager v4 support #835

Open
wants to merge 1 commit into
base: 6.2.x
Choose a base branch
from

Conversation

samsonasik
Copy link
Contributor

@samsonasik
Copy link
Contributor Author

Use php 8.3 seems still installing laminas-servicemanager v3, directly use v4 got error:

➜  DoctrineModule git:(patch-1) ✗ php82 /usr/local/bin/composer up
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laminas/laminas-cache 3.6.0 requires php ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.17) does not satisfy that requirement.
    - laminas/laminas-cache[3.7.0, ..., 3.9.1] require laminas/laminas-servicemanager ^3.11.1 -> found laminas/laminas-servicemanager[3.11.1, ..., 3.22.1] but it conflicts with your root composer.json require (^4.0).
    - laminas/laminas-cache[3.10.0, ..., 3.10.1] require laminas/laminas-servicemanager ^3.18.0 -> found laminas/laminas-servicemanager[3.18.0, ..., 3.22.1] but it conflicts with your root composer.json require (^4.0).
    - laminas/laminas-cache[3.11.0, ..., 3.12.1] require laminas/laminas-servicemanager ^3.21 -> found laminas/laminas-servicemanager[3.21.0, 3.22.0, 3.22.1] but it conflicts with your root composer.json require (^4.0).
    - Root composer.json requires laminas/laminas-cache ^3.6.0 -> satisfiable by laminas/laminas-cache[3.6.0, ..., 3.12.1].

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

@samsonasik
Copy link
Contributor Author

I see, it require laminas/laminas-cache#297

@samsonasik
Copy link
Contributor Author

Ref laminas/laminas-cache#296

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

Successfully merging this pull request may close these issues.

None yet

1 participant