- π¦πΊAustralia markagregory
same error. I can only install the v5 of features and then Drupal 10.1.5 reports an error - but at least it installs
- Status changed to Fixed
about 1 year ago 8:42pm 6 November 2023 - πΊπΈUnited States dave reid Nebraska USA
The Drupal 10 version of https://www.drupal.org/project/config_update β is in an alpha state so composer by default will not attempt to download it. You will need to set your composer.json's
minimum-stability
to a value of "alpha" as per https://getcomposer.org/doc/04-schema.md#minimum-stability or you can require it manually withcomposer require drupal/config_update:^2.0@alpha
- πΊπΈUnited States dave reid Nebraska USA
I would encourage you to follow β¨ Provide stable 2.0 release Active in the config_update module issue queue.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
10 months ago 2:03pm 14 January 2024 - π¬π§United Kingdom mikee
The Features project page advises "The Drupal 8 and 9 version of Features requires the Configuration Update Manager module".
I think this needs to be updated to also include Drupal 10?
As currently reading the project page it appears only Drupal 8 and 9 versions require the Configuration Update Manager module.
- π΅πPhilippines jaesperanza
(Not intending to open this issue) as per Dave, just to illustrate the steps especially for the uninitiated, on Drush, you can:
first, run composer require drupal/config_update:^2.0@alpha
then, composer require 'drupal/features:^3.14' (this version to date)