From 3ef2d2827b2d27577ec7746b4f8a1dda5afcabb1 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Sat, 19 Aug 2017 22:58:44 +0700 Subject: [PATCH] Added psr/http-message as a dev dependency to ensure that unit tests run without additional deps installation steps --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d33043..93a8887 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8" + "phpunit/phpunit": "^4.8", + "psr/http-message": "^1.0" }, "config": { "bin-dir": "bin"