drupal-core-require-dev
drupal-core-require-dev copied to clipboard
behat/mink-selenium2-driver 1.3.x-dev removed
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
.
Same problem here, thank you!
Is there any way for a quickfix?
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
Temporal workaround:
https://github.com/drupal-composer/drupal-project/issues/511#issuecomment-527214740
Same here, getting build failures for my Drupal projects like: https://travis-ci.org/geerlingguy/ansible-role-drupal/jobs/580007618#L1381
Thank you @piratawww! This worked for me! Hopefully webflo will be able to fix this soon and change to a reliable branch.
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.