Add the gin toolbar module

This commit is contained in:
Oliver Davies 2020-10-08 20:59:41 +01:00
parent 40179ca89e
commit 3fe97b7081
2 changed files with 61 additions and 1 deletions

View file

@ -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",

61
composer.lock generated
View file

@ -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",