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

Results 8 drupal-core-require-dev issues
Sort by recently updated
recently updated
newest added

Because the dependency on `drupal/core` is pegged to an exact version (e.g., `8.5.2`), it is not possible to upgrade to the next version of drupal core (e.g., for a security...

Branch `8.6.x-dev` of `drupal/core` was removed from [packagist](https://packagist.org/packages/drupal/core). I opened a [ticket in DO](https://www.drupal.org/project/drupal/issues/3096237). While this is not fixed, [branch 8.6.x](https://github.com/webflo/drupal-core-require-dev/blob/8.6.x/composer.json)'s requirements cannot be resolved.

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`.

This is probably more a support request and a documentation than a bug report. This is what is happening. Whenever I run composer update on a server with a repository...

I've asked this on a couple of different social media sites without much response, so I figured I'd come straight to the source... When using the drupal-composer/drupal-project Composer template for...

During update of older project and adding this repo as "require-dev", resulted in conflicts that brought to my attention use of [behat](https://github.com/behat) repos, that ar no longer maintained - **archived**,...

First of all, thanks for working on Drupal & Composer ! Maybe it's an old question, and in that case i'm sorry about that, but I wonder why this `drupal-core-require-dev`...