From 07741d84d39d10f00551c94284cdefcc69703e77 Mon Sep 17 00:00:00 2001
From: "Barry vd. Heuvel" <barry@fruitcakestudio.nl>
Date: Thu, 10 Dec 2015 10:50:24 +0100
Subject: [PATCH] Bump version, update composer

---
 composer.json | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/composer.json b/composer.json
index bc2cdd7..e163685 100644
--- a/composer.json
+++ b/composer.json
@@ -1,15 +1,21 @@
 {
     "name": "maximebf/debugbar",
     "description": "Debug bar in the browser for php application",
-    "keywords": ["debug"],
+    "keywords": ["debug", "debugbar"],
     "homepage": "https://github.com/maximebf/php-debugbar",
     "type": "library",
     "license": "MIT",
-    "authors": [{
-        "name": "Maxime Bouroumeau-Fuseau",
-        "email": "maxime.bouroumeau@gmail.com",
-        "homepage": "http://maximebf.com"
-    }],
+    "authors": [
+        {
+            "name": "Maxime Bouroumeau-Fuseau",
+            "email": "maxime.bouroumeau@gmail.com",
+            "homepage": "http://maximebf.com"
+        },
+        {
+            "name": "Barry vd. Heuvel",
+            "email": "barryvdh@gmail.com"
+        }
+    ],
     "require": {
         "php": ">=5.3.0",
         "psr/log": "^1.0",
@@ -30,7 +36,7 @@
     },
      "extra": {
         "branch-alias": {
-            "dev-master": "1.10-dev"
+            "dev-master": "1.11-dev"
         }
     }
 }