netz98/n98-magerun

composer version not compatible with OpenMage

sreichel opened this issue · 1 comments

Describe the bug

... because of conflicts with phpmd and php-cs-fixer.

- n98/magerun 2.3.0 requires symfony/console ~2.3 -> found symfony/console[v2.3.0, ..., v2.8.52] but the package is fixed to v5.4.14 (lock file version)

symfony/console v5.4.14 Eases the creation of beautiful and testable command line interfaces
├──friendsofphp/php-cs-fixer v3.4.0 (requires symfony/console ^4.4.20 || ^5.1.3 || ^6.0)
- n98/magerun 2.3.0 requires symfony/yaml ~2.3 -> satisfiable by symfony/yaml[v2.3.0, ..., v2.8.52].
- symfony/dependency-injection v5.4.13 conflicts with symfony/yaml v2.8.52.
- symfony/dependency-injection v5.4.13 conflicts with symfony/yaml v2.8.39.
- symfony/dependency-injection v5.4.13 conflicts with symfony/yaml v2.6.13.
- pdepend/pdepend 2.12.1 requires symfony/dependency-injection ^2.3.0|^3|^4|^5|^6.0 -> satisfiable by symfony/dependency-injection[v5.4.13].
- phpmd/phpmd 2.13.0 requires pdepend/pdepend ^2.12.1 -> satisfiable by pdepend/pdepend[2.12.1].

Expected behaviour

Steps to reproduce the issue

Technical details

  • Host Machine OS (Windows/Linux/Mac):

Possible Fix

Additional context

Relates to #1256