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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | composer_require-2764431-2.patch | 303 bytes | lewisnyman |
Comments
Comment #2
lewisnymanThis 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.
Comment #4
amaria commentedI ran into this myself today. Change committed.
Comment #6
lewisnyman