Not compatible with Drupal 10 and bibcite 3.0

Created on 31 August 2023, 10 months ago
Updated 24 October 2023, 8 months ago

Problem/Motivation

In July 2023, Bibliography & Citation updated to 3.0@beta which is compatible with Drupal 10.0. The composer.json looks for 1.0 or 2.0 bibcite and will not install. It also looks for Drupal 9.0.

Steps to reproduce

Attempting to install the pubmed module using, composer require -W 'drupal/bibcite_pubmed:^2.0@alpha' or composer require 'drupal/bibcite_pubmed:^2.0@alpha' fails with the error message:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/bibcite_pubmed ^2.0@alpha -> satisfiable by drupal/bibcite_pubmed[2.0.0-alpha1].
- drupal/bibcite_pubmed 2.0.0-alpha1 requires drupal/bibcite ^1.0|^2.0 -> found drupal/bibcite[2.0.0-beta1, 2.0.0-beta2, 2.0.0-beta3] but it conflicts with your root composer.json require (^3.0@beta).

Proposed resolution

Change installation to accept ^3.0 and Drupal 10.0

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇺🇸United States spenecer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024