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
I see in the main branch that composer/xdebug-handler ^3.0.1 is supported. When will there be a release with that support?
Currently I have a conflict where one package requires ^3.0 directly and another requires composer/composer ^2.2.4 (with currently ^2 support).
Problem 1
- Root composer.json requires friendsofphp/php-cs-fixer ^3.6 -> satisfiable by friendsofphp/php-cs-fixer[v3.6.0].
- composer/composer[2.2.4, ..., 2.2.6] require composer/xdebug-handler ^2.0 -> satisfiable by composer/xdebug-handler[2.0.0, ..., 2.0.4].
- You can only install one version of a package, so only one of these can be installed: composer/xdebug-handler[1.0.0, ..., 1.4.6, 2.0.0, ..., 2.0.4, 3.0.0, 3.0.1].
- nunomaduro/larastan 2.0.0 requires composer/composer ^2.2.4 -> satisfiable by composer/composer[2.2.4, 2.2.5, 2.2.6].
- friendsofphp/php-cs-fixer v3.6.0 requires composer/xdebug-handler ^3.0 -> satisfiable by composer/xdebug-handler[3.0.0, 3.0.1].
- Root composer.json requires nunomaduro/larastan ^2.0 -> satisfiable by nunomaduro/larastan[2.0.0].
The text was updated successfully, but these errors were encountered:
I see in the
main
branch thatcomposer/xdebug-handler ^3.0.1
is supported. When will there be a release with that support?Currently I have a conflict where one package requires
^3.0
directly and another requirescomposer/composer ^2.2.4
(with currently^2
support).The text was updated successfully, but these errors were encountered: