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.