Issue #3315783 by TravisCarden: Remove reference to Drupal 9 from Composer project templates
parent
26a407568b
commit
6dd6ee4dae
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "drupal/legacy-project",
|
"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",
|
"type": "project",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"homepage": "https://www.drupal.org/project/drupal",
|
"homepage": "https://www.drupal.org/project/drupal",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "drupal/recommended-project",
|
"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",
|
"type": "project",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"homepage": "https://www.drupal.org/project/drupal",
|
"homepage": "https://www.drupal.org/project/drupal",
|
||||||
|
|
Loading…
Reference in New Issue