drupal-core-require-dev icon indicating copy to clipboard operation
drupal-core-require-dev copied to clipboard

behat/mink-selenium2-driver 1.3.x-dev removed

Open timmillwood opened this issue 5 years ago • 7 comments

This repo depends on "behat/mink-selenium2-driver": "1.3.x-dev" which was a branch alias, this has now been changed to 1.4.x so installing this fails.

This should be updated to ~1.3 or dev-master.

timmillwood avatar Sep 02 '19 12:09 timmillwood

Same problem here, thank you!

Is there any way for a quickfix?

JPustkuchen avatar Sep 02 '19 15:09 JPustkuchen

Asking myself if adding the following patch to your drupal-project's composer.json would work (can't try it out right now I'm on the train): https://github.com/webflo/drupal-core-require-dev/commit/365f90cea7f0c3eeeaf082f7d77849f92f84f7f3.patch

normanlolx avatar Sep 02 '19 16:09 normanlolx

Temporal workaround:

https://github.com/drupal-composer/drupal-project/issues/511#issuecomment-527214740

piratawww avatar Sep 02 '19 21:09 piratawww

Same here, getting build failures for my Drupal projects like: https://travis-ci.org/geerlingguy/ansible-role-drupal/jobs/580007618#L1381

geerlingguy avatar Sep 03 '19 03:09 geerlingguy

Thank you @piratawww! This worked for me! Hopefully webflo will be able to fix this soon and change to a reliable branch.

JPustkuchen avatar Sep 03 '19 13:09 JPustkuchen

Temporal workaround:

drupal-composer/drupal-project#511 (comment)

Worked for me. Thanks.

brooke-heaton avatar Sep 04 '19 04:09 brooke-heaton

The behat/mink-selenium2-driver project has created a 1.3 branch for us, so continued use of 1.3.x-dev will work. Note that ~1.3 and even ~1.3@dev do not work; these both resolve to the most recent stable build on the 1.3 line, which at this point in time is 1.3.1, which is too old to work with Drupal.

Our expectation is that the next stable release of behat/mink-selenium2-driver should be 1.4.0. Hopefully, Drupal core will be changed to use ^1.4 before the next release. If that happens, then this project will automatically get the correct version via its update automation scripts. If not, continued use of 1.3.x-dev should be okay for a while.

greg-1-anderson avatar Sep 06 '19 17:09 greg-1-anderson