Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / admin_toolbar / composer.json
index d1e7628bfb6deefd27f8dbff84fc39a0db44c4e6..a97caac9b0186101e747fab92f10ea2a0b3bf115 100644 (file)
@@ -1,17 +1,35 @@
 {
   "name": "drupal/admin_toolbar",
-  "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
+  "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
   "type": "drupal-module",
+  "keywords": ["Drupal", "Toolbar"],
   "homepage": "http://drupal.org/project/admin_toolbar",
+  "license": "GPL-2.0+",
   "authors": [
     {
-      "name": "Mohamed Anis Taktak",
-      "homepage": "https://www.drupal.org/u/matio89"
-    }
+      "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"
-  },
-  "license": "GPL-2.0+",
-  "require": { }
+    "issues": "https://www.drupal.org/project/issues/admin_toolbar",
+    "source": "http://cgit.drupalcode.org/admin_toolbar"
+  }
 }