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

php 8.2 composer install errors #195

Closed
arhimede opened this issue Aug 16, 2023 · 0 comments · Fixed by #197
Closed

php 8.2 composer install errors #195

arhimede opened this issue Aug 16, 2023 · 0 comments · Fixed by #197
Assignees

Comments

@arhimede
Copy link
Member

`Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires laminas/laminas-component-installer ^2.8.0 -> satisfiable by laminas/laminas-component-installer[2.8.0].
- laminas/laminas-component-installer 2.8.0 requires php ^7.4 || ~8.0.0 || ~8.1.0 -> your php version (8.2.8) does not satisfy that requirement.
Problem 2
- dotkernel/dot-response-header 3.1.0 requires php ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.8) does not satisfy that requirement.
- dotkernel/dot-errorhandler[3.2.0, ..., 3.2.1] require php ~7.4.0 || ~8.0.0 || ~8.1.0 -> your php version (8.2.8) does not satisfy that requirement.
- Root composer.json requires dotkernel/dot-errorhandler ^3.2.0 -> satisfiable by dotkernel/dot-errorhandler[3.2.0, 3.2.1, 3.3.0].
- You can only install one version of a package, so only one of these can be installed: psr/http-message[1.0, 1.0.1, 1.1, 2.0].
- dotkernel/dot-response-header 3.2.0 requires psr/http-message ^2.0 -> satisfiable by psr/http-message[2.0].
- dotkernel/dot-errorhandler 3.3.0 requires psr/http-message ^1.1 -> satisfiable by psr/http-message[1.1].
- Root composer.json requires dotkernel/dot-response-header ^3.1.0 -> satisfiable by dotkernel/dot-response-header[3.1.0, 3.2.0].`

@alexmerlin alexmerlin linked a pull request Aug 18, 2023 that will close this issue
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 a pull request may close this issue.

2 participants