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
ubuntu 22.10. composer 2.2.5 (latest) and php 8.2 (from the box, by default)
Faced with an error when trying to execute the composer install
Problem 1
ocramius/package-versions is locked to version 1.4.2 and an update of this package was not requested.
ocramius/package-versions 1.4.2 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
Problem 2
ocramius/package-versions 1.4.2 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
doctrine/orm v2.7.3 requires ocramius/package-versions ^1.2 -> satisfiable by ocramius/package-versions[1.4.2].
doctrine/orm is locked to version v2.7.3 and an update of this package was not requested.
when trying to execute composer update faced with
Argument 1 passed to Symfony\Component\Process\Process::__construct() must be of the type array
To resolve it had to downgrade composer to 2.2.1.
Could you check it, please?
The text was updated successfully, but these errors were encountered:
ubuntu 22.10. composer 2.2.5 (latest) and php 8.2 (from the box, by default)
Faced with an error when trying to execute the
composer install
when trying to execute
composer update
faced withTo resolve it had to downgrade composer to 2.2.1.
Could you check it, please?
The text was updated successfully, but these errors were encountered: