Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / admin_toolbar / admin_toolbar_tools / composer.json
diff --git a/web/modules/contrib/admin_toolbar/admin_toolbar_tools/composer.json b/web/modules/contrib/admin_toolbar/admin_toolbar_tools/composer.json
new file mode 100644 (file)
index 0000000..49414fc
--- /dev/null
@@ -0,0 +1,39 @@
+{
+  "name": "drupal/admin_toolbar_tools",
+  "description": "Adds menu links to the Admin Toolbar.",
+  "type": "drupal-module",
+  "keywords": ["Drupal", "Toolbar"],
+  "homepage": "http://drupal.org/project/admin_toolbar",
+  "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)",
+      "email": "adriancid@gmail.com",
+      "homepage": "https://www.drupal.org/u/adriancid",
+      "role": "Maintainer"
+    },
+    {
+      "name": "Mohamed Anis Taktak (matio89)",
+      "homepage": "https://www.drupal.org/u/matio89",
+      "role": "Maintainer"
+    }    
+  ],
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/admin_toolbar",
+    "source": "http://cgit.drupalcode.org/admin_toolbar"
+  },
+  "require": {
+    "drupal/admin_toolbar": "^1",
+    "drupal/core": "~8.3"
+  }
+}