diff --git a/composer/Template/LegacyProject/composer.json b/composer/Template/LegacyProject/composer.json index 56a3bba5ea193bd5..7480cb6db421d5bf 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 9 projects with composer following drupal/drupal layout", + "description": "Project template for Drupal 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 dbee159cc92f20a2..c2062229f0593e09 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 9 projects with a relocated document root", + "description": "Project template for Drupal projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal",