diff --git a/composer/Template/LegacyProject/composer.json b/composer/Template/LegacyProject/composer.json index 56a3bba5ea193bd5d41c573652ff627960364deb..7480cb6db421d5bfc33a32c638d9e7ac4cde6bc3 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 dbee159cc92f20a2b8549dcccd14af47c8727f40..c2062229f0593e09aac372d4365a43d712133b24 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",