Problem/Motivation

The composer.json file in owlcarousel specifies drupal/core 8 or 9. Doesn't allow for a 10.x install even though the info.yml says otherwise.

Problem 1
    - Root composer.json requires drupal/owlcarousel ^3.0 -> satisfiable by drupal/owlcarousel[3.0.0, 3.0.x-dev].
    - drupal/owlcarousel[3.0.0, ..., 3.0.x-dev] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.1.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Steps to reproduce

Try to install in D10

Proposed resolution

Change the composer file.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

minorOffense created an issue. See original summary.

minoroffense’s picture

Status: Active » Needs review
ipwa’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for your contribution @minorOffense, did not see this because I use Git to maintain the module locally.

ipwa’s picture

  • ipwa committed 7b1f3eea on 3.0.x authored by minorOffense
    Issue #3382608 by minorOffense, ipwa: Not actually allowed to be...
ipwa’s picture

Status: Reviewed & tested by the community » Fixed
ipwa’s picture

Fix included in 3.0.1 release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.