- Issue created by @trackleft2
- πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
See the Merge Request on π Not compatible with search_current_language module Active with a PHPUnit test that depends on another drupal module via the composer.json.
Additionally, we don't have to set the version constraint in composer.json, we can leave that off if necessary.
- πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
Actually, I might be wrong about this, because I saw this on a different issue.:
With this removal of any Composer constraint on Drupal core, this will mean that Composer will happily allow installing this version regardless of the Composer requirement for Drupal core. (If this module didn't have a composer.json file at all, then drupal.org packaging would use the info.yml file to generate Composer constraints, but since there is a composer.json file, this doesn't happen).