drupal-console-core
drupal-console-core copied to clipboard
[Issue-396] Allowed higher version of symfony config.
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.