Acquia announces rebranding of its “Acquia CMS” offering, which includes a collection of Drupal modules. “Acquia CMS” is now referred to as “Drupal Starter Kits”.
The upgrade of Drupal Starter Kits from 1.x to 2.x changes it from a profile to a module. The Drupal Starter Kits 2.x module retains all the required dependencies previously available in the Drupal Starter Kits 1.x profile. When you upgrade to Drupal Starter Kits 2.x, you can use the latest features of the composable architecture.
The instructions on this page are tested with the following versions of Drupal core and Drupal Starter Kits:
drupal/core:9.3.17acquia/acquia_cms:1.4.11If you use any other versions than the listed ones, instructions might differ.
If you upgrade Drupal core to the latest version of 10.x, update the PHP version to 8.1 with the following command:
composer config platform.php 8.1If you upgrade Drupal core to the latest version of 11.x, update the PHP version to 8.3 with the following command:
composer config platform.php 8.3drush as part of your Drupal codebase so that you can run all drush commands from the ./vendor/bin/drush directory.To upgrade Drupal Starter Kits to 2.x, complete the following tasks:
Acquia announces rebranding of its “Acquia CMS” offering, which includes a collection of Drupal modules. “Acquia CMS” is now referred to as “Drupal Starter Kits”.
The upgrade of Drupal Starter Kits from 1.x to 2.x changes it from a profile to a module. The Drupal Starter Kits 2.x module retains all the required dependencies previously available in the Drupal Starter Kits 1.x profile. When you upgrade to Drupal Starter Kits 2.x, you can use the latest features of the composable architecture.
The instructions on this page are tested with the following versions of Drupal core and Drupal Starter Kits:
drupal/core:9.3.17acquia/acquia_cms:1.4.11If you use any other versions than the listed ones, instructions might differ.
If you upgrade Drupal core to the latest version of 10.x, update the PHP version to 8.1 with the following command:
composer config platform.php 8.1If you upgrade Drupal core to the latest version of 11.x, update the PHP version to 8.3 with the following command:
composer config platform.php 8.3drush as part of your Drupal codebase so that you can run all drush commands from the ./vendor/bin/drush directory.To upgrade Drupal Starter Kits to 2.x, complete the following tasks:
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.