Closed eiriksm closed 5 years ago
Quick update - this is something I'm looking into but, as you're saying, needs to be released together with a configurable lowest tag. I'm currently refactoring the code in #5
And just a quick FYI - having drupal/core
as a dependency is causing this plugin to conflict with the other composer-plugins, such as drupal-scaffold, installers or merge.
This has been fixed together with #5
There is really nothing in this plugin requiring Drupal core. I understand the need to specify it to make it possible to use with old versions of Drupal, but this plugin can be used with any project, really. Unless said project uses symfony < 3.4. Heck it can even be used as a global composer plugin, and make all things so much better. Which is why it seems not ideal to require drupal core, since that would install drupal core globally for me, so to speak.
Quick PR to remove Drupal core. Let me know what you think. Probably makes more sense to do together with making it possible to specify lowest as a config option.