hechoendrupal / drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
134 stars 69 forks source link

[Issue-396] Allowed higher version of symfony config. #397

Open MdNadimHossain opened 1 year ago

MdNadimHossain commented 1 year ago

Issue

https://github.com/hechoendrupal/drupal-console-core/issues/396

Root composer allows symfony/filesystem version 6, but it only allows "~3.0|^4.4" of symfony/config, which conflicts with the symfony/filesystem requirement.

Changes

Allowed higher version of symfony config to resolve the conflicts during d10 upgrade.