Add drupal/admin_toolbar

This commit is contained in:
Oliver Davies 2020-02-07 07:46:41 +00:00
parent f2e458ca13
commit e4e56164c2
2 changed files with 83 additions and 1 deletions

View file

@ -16,6 +16,7 @@
],
"require": {
"composer/installers": "^1.2",
"drupal/admin_toolbar": "^2.0",
"drupal/core-composer-scaffold": "^8.8",
"drupal/core-project-message": "^8.8",
"drupal/core-recommended": "^8.8",

83
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": "85066105cddee5601b5bead03e812414",
"content-hash": "1197c6ac5497287e329c619ec66bb0b5",
"packages": [
{
"name": "asm89/stack-cors",
@ -1554,6 +1554,87 @@
],
"time": "2019-06-08T11:03:04+00:00"
},
{
"name": "drupal/admin_toolbar",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.0.zip",
"reference": "8.x-2.0",
"shasum": "568de63dbaa8046a82d327dbd0b892ab79fb87aa"
},
"require": {
"drupal/core": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.0",
"datestamp": "1573751237",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Wilfrid Roze (eme)",
"homepage": "https://www.drupal.org/u/eme",
"role": "Maintainer"
},
{
"name": "Romain Jarraud (romainj)",
"homepage": "https://www.drupal.org/u/romainj",
"role": "Maintainer"
},
{
"name": "Adrian Cid Almaguer (adriancid)",
"homepage": "https://www.drupal.org/u/adriancid",
"email": "adriancid@gmail.com",
"role": "Maintainer"
},
{
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
"description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
"homepage": "http://drupal.org/project/admin_toolbar",
"keywords": [
"Drupal",
"Toolbar"
],
"support": {
"source": "http://cgit.drupalcode.org/admin_toolbar",
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
}
},
{
"name": "drupal/core",
"version": "8.8.1",