With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
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.
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.