From 7d7b7d3c6e4f9d1c2f5ee9a0e30f167e4d0ef26c Mon Sep 17 00:00:00 2001 From: Ashwin Shaharkar Date: Jul 20, 2016 4:54:11 PM Added composer.json file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b5abbd5 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "drupal/toolbar_menu", + "description": "Add your favorite menu (Structure > Menu) in the Drupal Toolbar.", + "type": "drupal-module", + "homepage": "https://www.drupal.org/project/toolbar_menu", + "authors": [ + { + "name": "Vincent Peltot (vpeltot)", + "homepage": "https://www.drupal.org/u/vpeltot", + "role": "Maintainer" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/toolbar_menu", + "source": "http://cgit.drupalcode.org/toolbar_menu" + }, + "license": "GPL-2.0+", + "minimum-stability": "stable", + "require": { + "toolbar": "8.*" + } +}