When installing Flexslider via

composer require drupal/flexslider

I get the following error.

Problem 1
    - Installation request for drupal/flexslider 2.x-dev -> satisfiable by drupal/flexslider[2.x-dev].
    - drupal/flexslider 2.x-dev requires drupal/libraries ^2 -> no matching package found.

The problem is that Libraries only has an 8.x-3.x-dev version.

CommentFileSizeAuthor
#2 composer_require-2764431-2.patch303 byteslewisnyman

Comments

johnpicozzi created an issue. See original summary.

lewisnyman’s picture

Status: Active » Needs review
StatusFileSize
new303 bytes

This is a serious problem, it impossible to use this module if you rely on a composer based workflow.

This seems like a good fix, but I'm not sure how to test this.

  • amaria committed a9fce0f on 8.x-2.x authored by LewisNyman
    Issue #2764431 by LewisNyman: Composer require doesn't work
    
amaria’s picture

Status: Needs review » Fixed

I ran into this myself today. Change committed.

Status: Fixed » Closed (fixed)

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

lewisnyman’s picture