Eksperymentuję z Bootstrap 3 w Drupal 8 i chcę pozostać w gałęzi deweloperskiej bootstrap.
W moim composer.json
napisałem następujący wiersz oparty na Drupal Packagist :
"drupal/bootstrap": "8.3.*@dev",
Jednak gdy uruchamiam composer update
, pobiera 8.3.0-beta2
(2015-19 grudnia) zamiast najnowszej wersji deweloperskiej (2016-20 lutego).
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
- Installing drupal/bootstrap (8.3.0-beta2)
Downloading: 100%
Downloading: 100%
Aby upewnić się, że nie jest to problem z pamięcią podręczną, uruchomiłem:
composer selfupdate
composer clear-cache
composer update
Ale zrobiło to samo - zainstaluj wersję beta2.
Jak zmusić go do pobrania wersji deweloperskiej?
composer require "drupal/page_manager:1.x-dev"