From afa9c0ae5c851989e314f69572c5803fc2d8872a Mon Sep 17 00:00:00 2001 From: Florian Semm Date: Thu, 17 Dec 2015 12:29:10 +0100 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e143dc2..1152da6 100644 --- a/composer.json +++ b/composer.json @@ -3,19 +3,19 @@ "type": "symfony-bundle", "description": "This Bundle provide REPL shell in application context for symfony console", "license": "MIT", - "version" : "1.0", + "version" : "1.1", "minimum-stability": "stable", "authors": [ { - "name": "Anton Pogonets", - "email": "zayass@gmail.com" + "name": "Florian Semm", + "email": "floriansemm@gmail.com" } ], "require": { "php": ">=5.3.2", "symfony/framework-bundle": "^2.8", - "d11wtq/boris": "*" + "d11wtq/boris": "^1.0" }, "autoload": {