Closed (fixed)
Project:
Owl Carousel
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2023 at 14:43 UTC
Updated:
10 Sep 2023 at 18:19 UTC
Jump to comment: Most recent
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.Try to install in D10
Change the composer file.
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
Comment #3
minoroffense commentedComment #4
ipwa commentedThanks for your contribution @minorOffense, did not see this because I use Git to maintain the module locally.
Comment #5
ipwa commentedComment #7
ipwa commentedComment #8
ipwa commentedFix included in 3.0.1 release.