drupal-console-core icon indicating copy to clipboard operation
drupal-console-core copied to clipboard

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

Open MdNadimHossain opened this issue 2 years ago • 0 comments

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.

MdNadimHossain avatar Jun 05 '23 23:06 MdNadimHossain