From 4377a84a784a0f841f09101a6bea05b20d653571 Mon Sep 17 00:00:00 2001 From: fenric Date: Wed, 19 Dec 2018 11:02:49 +0300 Subject: [PATCH] Minor changes --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 5bcaf5c..046c8ca 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,9 @@ "require-dev": { "phpunit/phpunit": "7.4.3" }, + "provide": { + "psr/http-message-implementation": "1.0" + }, "autoload": { "psr-4": { "Sunrise\\Stream\\": "src/"