From e63fae2c7827959762e9525996924a9832be902b Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 25 Jun 2016 21:41:16 +0200 Subject: [PATCH] Using latest version of discovery --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8953432..2576fbc 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "react/http-client": "^0.4.8", "react/dns": "^0.4.1", "react/stream": "^0.4.3", - "php-http/discovery": "^0.8" + "php-http/discovery": "^0.9" }, "require-dev": { "php-http/adapter-integration-tests": "^0.4"