Closed pbuyle closed 7 years ago
Sorry, this got our of my slipped out of my radar last year. I take a look tomorrow.
Thanks for the workaround @pbuyle!
This actually is a larger issue, as the Information added by Drupal.org packaging script (including version) is missing from the .info(.yml) file. This means that any module that sets a version constraint on a dependency will not be able to be enabled. Rather than a workaround, I think we should fix the underlying issue.
@webflo Any update on this or eta?
No sorry, Drupal Packagist won't receive any bugfixes anymore.
As visible on https://packagist.drupal-composer.org/packages/drupal/mandrill, the drupal/mandrill package depends on libraries: >=7.2.x-dev. But according to the matching info file, it should depends on libraries >= 7.2.x (ie. no need for -dev).
As a workaround, we use an inline alias alias to trick composer: