wunderio / code-quality

List of tools that aims to help with static code quality inspection.
GNU General Public License v3.0
2 stars 5 forks source link

Version 2.2.2 is not compatible with Drupal 10 due to symfony/finder version #91

Closed alexdrupal closed 1 year ago

alexdrupal commented 1 year ago

composer require --dev wunderio/code-quality ^2.2.2 -W

Problem 1

  • Root composer.json requires wunderio/code-quality ^2.2.2 -> satisfiable by wunderio/code-quality[2.2.2].
  • wunderio/code-quality 2.2.2 requires symfony/finder ^4.4 -> found symfony/finder[v4.4.0-BETA1, ..., 4.4.x-dev] but these were not loaded, likely because it conflicts with another require.
hkirsman commented 1 year ago

Merged and created new release.