diff --git a/composer/Template/LegacyProject/composer.json b/composer/Template/LegacyProject/composer.json index c7f532dfe6..09bbd24cc2 100644 --- a/composer/Template/LegacyProject/composer.json +++ b/composer/Template/LegacyProject/composer.json @@ -1,6 +1,6 @@ { "name": "drupal/legacy-project", - "description": "Project template for Drupal 8 projects with composer following drupal/drupal layout", + "description": "Project template for Drupal 9 projects with composer following drupal/drupal layout", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal", diff --git a/composer/Template/RecommendedProject/composer.json b/composer/Template/RecommendedProject/composer.json index 56aa5cdb2c..3b353b095b 100644 --- a/composer/Template/RecommendedProject/composer.json +++ b/composer/Template/RecommendedProject/composer.json @@ -1,6 +1,6 @@ { "name": "drupal/recommended-project", - "description": "Project template for Drupal 8 projects with a relocated document root", + "description": "Project template for Drupal 9 projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal",