Hey there!
I don't know what I'm doing wrong here, but using composer to download slick_views only brings me version 2.0.0-alpha1 even when I especifically asked for 2.0 like this:

composer require "drupal/slick_views:^2.0"

Can somebody please point me in the right direction...?

Best regards from sunny México.

Jose

Comments

PepeMty created an issue. See original summary.

ameer khan’s picture

I have the same issue. The composer does not update the module to the latest version.

vuil’s picture

Please try with:
$ composer clearcache && composer selfupdate (at first),
and then:
$ composer require "drupal/slick_views:^2.0"

Let us know if it's OK now.

joelpittet’s picture

I ran into the same issue, thanks for the suggestion @ilchovuchkov but it didn't seem to help. I wonder why it picks up alpha1, maybe because slick needs to be updated first, which needs blazy...

To get it to work I did this:
composer require drupal/blazy:^2.0 drupal/slick:^2.0 drupal/slick_views:^2.0

gausarts’s picture

Status: Active » Fixed

Thank you all for sharing solutions! Let's close this, then.

vuil’s picture

I added my employer only.

Status: Fixed » Closed (fixed)

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