From fd582325e4d4f1f4762d7c30a9366b4f62224f0c Mon Sep 17 00:00:00 2001 From: M Parker <mparker17@536298.no-reply.drupal.org> Date: Fri, 4 Apr 2025 10:05:17 -0400 Subject: [PATCH] Issue #3517421: Simplify composer.json --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9385bfa..95fe942 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,6 @@ { "name": "drupal/structure_sync", - "description": "Tool for syncing structural data that is stored as content.", - "type": "drupal-module", - "license": "GPL-2.0-or-later", - "homepage": "https://www.drupal.org/project/structure_sync", + "description": "Captures blocks, menu-items, and taxonomy terms (elements that are considered content by the Drupal CMS) as configuration, so that they can be synchronized with other configuration.", "require": { "php": ">=7.1" }, -- GitLab