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
Comment #2
ameer khan commentedI have the same issue. The composer does not update the module to the latest version.
Comment #3
vuilPlease 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.
Comment #4
joelpittetI 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.0Comment #5
gausarts commentedThank you all for sharing solutions! Let's close this, then.
Comment #6
vuilI added my employer only.