From 013d41c747a6a2c6e785129a7baf3f6e39317e5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Sep 2018 07:50:07 +0200 Subject: update to 1.8.6 bundle php-http/psr7-integration-tests only used for tests --- composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index fd36a52..ddb91d9 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,7 @@ "require-dev": { "ext-dom": "*", "ext-libxml": "*", + "php-http/psr7-integration-tests": "dev-master", "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7", "zendframework/zend-coding-standard": "~1.0" }, -- cgit