composer.json is requiring the coder module what what looks to me like an invalid version number

{
    "name": "drupal/migrate_upgrade",
    "description": "Drush support for direct upgrades from older Drupal versions.",
    "type": "drupal-module",
    "require-dev": {
        "drupal/coder": "^8"
    },
    "license": "GPL-2.0+",
    "require": {},
    "minimum-stability": "dev"
}

Should it not be ~2.12?
This is preventing my distro from working.

Comments

matslats created an issue. See original summary.

heddn’s picture

Can you clarify how this is an issue? I've used this version range for coder for some time without any previous reports of problems. And that is the version available from drupal.org's d8 composer repo.

matslats’s picture

sorry no if this isn't a straight forward oversight on your part, I'm not experienced enough to debug and will have to hope it comes right!

heddn’s picture

Status: Active » Closed (cannot reproduce)
mmjvb’s picture

coder is mentioned for dev requirement, not used unless you use composer for this module.
It is ignored by your distribution!