Skip to content

Change of master branch alias to 1.4.x-dev breaks packages depending on 1.3.x-dev #313

Description

@ademarco

Problem

While creating the 1.4.0 release of this project this line was changed:

image

This resulted in broken builds for all packages that depended on behat/mink-selenium2-driver: 1.3.x-dev such as Drupal core and many others. In turn this resulted in several CI/CD builds to fail with the following message:

  Problem 1
    - webflo/drupal-core-require-dev 8.7.x-dev requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.

Also, we cannot simply fix our composer.json files by upgrading it to 1.4.x-dev since builds that depends on current or previous versions of, say webflo/drupal-core-require-dev, have no way of fixing that dependency, other than forking this project, creating a 1.3.x-dev branch and update all their composer.json by adding a custom repository information.

Proposed solution

The proposed solution is to create an actual 1.3.x-dev branch on this project, branching off the correct commit hash, this branch will then be published on Packagist, allowing all projects to access it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions