From a2ef66a7ffb1f601b5e0610cbb5eee1d7be1934b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 May 2024 06:57:00 +0100 Subject: [PATCH] Remove gin_toolbar --- composer.json | 1 - composer.lock | 62 +-------------------------------------------------- 2 files changed, 1 insertion(+), 62 deletions(-) diff --git a/composer.json b/composer.json index f1c6494..159d6d8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,6 @@ "drupal/core-composer-scaffold": "^10.2", "drupal/core-project-message": "^10.2", "drupal/core-recommended": "^10.2", - "drupal/gin_toolbar": "^1.0@RC", "drupal/hook_event_dispatcher": "^4.0", "drupal/inline_entity_form": "^3.0@RC", "drupal/layout_builder_modal": "^1.2", diff --git a/composer.lock b/composer.lock index 2efde1a..b42eb07 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "81fdfbfdbdae297800bbd5fb97c333ad", + "content-hash": "5c895fe7237c9b57c482ea50847e0bc8", "packages": [ { "name": "asm89/stack-cors", @@ -1834,65 +1834,6 @@ "source": "https://git.drupalcode.org/project/entity_reference_revisions" } }, - { - "name": "drupal/gin_toolbar", - "version": "1.0.0-rc5", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-rc5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.zip", - "reference": "8.x-1.0-rc5", - "shasum": "523b565244440a16fa447065a98841770992bd2e" - }, - "require": { - "drupal/core": "^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-rc5", - "datestamp": "1702727588", - "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Sascha Eggenberger (saschaeggi)", - "homepage": "https://www.drupal.org/u/saschaeggi", - "role": "Maintainer" - } - ], - "description": "Gin Toolbar for Frontend use", - "homepage": "https://www.drupal.org/project/gin_toolbar", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/gin_toolbar", - "issues": "https://www.drupal.org/project/issues/gin_toolbar" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/saschaeggi" - }, - { - "type": "other", - "url": "https://paypal.me/saschaeggi" - } - ] - }, { "name": "drupal/hook_event_dispatcher", "version": "4.0.1", @@ -13279,7 +13220,6 @@ "aliases": [], "minimum-stability": "beta", "stability-flags": { - "drupal/gin_toolbar": 5, "drupal/inline_entity_form": 5, "drupal/rabbit_hole": 10 },