From 3fe97b708129fa25eab465f79905c3337979df7f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 8 Oct 2020 20:59:41 +0100 Subject: [PATCH] Add the gin toolbar module --- composer.json | 1 + composer.lock | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d695a22..42434c7 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "drupal/core-recommended": "^8.8", "drupal/discoverable_entity_bundle_classes": "^1.0", "drupal/gin": "^3.0", + "drupal/gin_toolbar": "^1.0", "drupal/honeypot": "^2.0", "drupal/hook_event_dispatcher": "^2", "drupal/markdown": "^1.3", diff --git a/composer.lock b/composer.lock index eb4f669..4b13c71 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": "7ea03564d32a3a063e3f2ae3981d1da3", + "content-hash": "dcefedfd2f7ee2173cec5928b432d12a", "packages": [ { "name": "asm89/stack-cors", @@ -2545,6 +2545,65 @@ "issues": "https://www.drupal.org/project/issues/gin" } }, + { + "name": "drupal/gin_toolbar", + "version": "1.0.0-beta12", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_toolbar.git", + "reference": "8.x-1.0-beta12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta12.zip", + "reference": "8.x-1.0-beta12", + "shasum": "3f24ab8867138584c7e6dee702b96b4f774c4341" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta12", + "datestamp": "1597406503", + "security-coverage": { + "status": "not-covered", + "message": "Beta 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/honeypot", "version": "2.0.0",