grasmash / composerize-drupal

Convert a non-Composer-managed Drupal application (e.g., one created via tarball) to a Composer-managed Drupal application.
MIT License
125 stars 20 forks source link

symfony/yaml requirement ^3.4 may be too rigid #39

Open HongPong opened 2 years ago

HongPong commented 2 years ago

the composer.json locks requirement at: "symfony/yaml": "^3.4", However globally a higher version "v5.0.8", was sitting around. Wondering if this requirement can be more flexible (in both cases these global packages are usually only used for Drupal or Symfony projects).