diff --git a/composer.json b/composer.json index 28023b44..15821de1 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6", "drupal-composer/drupal-scaffold": "^2.2", + "drupal/admin_toolbar": "^1", "drupal/console": "~1.0", "drupal/core": "~8.0", "drush/drush": "~8.0", diff --git a/composer.lock b/composer.lock index 7a6ba77d..9209d9b3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "65cb67110e3d9a37d5467fb7a2447bde", + "content-hash": "afeac067bc3047ffdda16f7d870844f8", "packages": [ { "name": "alchemy/zippy", @@ -1086,6 +1086,66 @@ "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", "time": "2017-05-05T21:26:28+00:00" }, + { + "name": "drupal/admin_toolbar", + "version": "1.19.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/admin_toolbar", + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip", + "reference": null, + "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.19", + "datestamp": "1491487683" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mohamed Anis Taktak", + "homepage": "https://www.drupal.org/u/matio89" + }, + { + "name": "eme", + "homepage": "https://www.drupal.org/user/542492" + }, + { + "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": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.", + "homepage": "http://drupal.org/project/admin_toolbar", + "support": { + "source": "http://cgit.drupalcode.org/admin_toolbar", + "issues": "https://www.drupal.org/project/issues/admin_toolbar" + } + }, { "name": "drupal/console", "version": "1.0.0-rc25",