From 8aa630501703591985c7da60c7c9da8b8567d765 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Fri, 29 May 2015 20:29:38 +0200 Subject: [PATCH] Remove psr bridge again --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0238eb1..cf4d729 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,7 @@ ], "require": { "symfony/http-foundation": "~2.5", - "guzzlehttp/guzzle": "~6.0", - "symfony/psr-http-message-bridge": "^0.1.0" + "guzzlehttp/guzzle": "~6.0" }, "require-dev": { "phpunit/phpunit": "~4.4",