From ed308b558b9bb17f88777021378cad4934305d4e Mon Sep 17 00:00:00 2001 From: Nyholm Date: Thu, 5 Apr 2018 11:56:09 +0200 Subject: [PATCH] Use the latest version of discovery. --- composer.json | 2 +- src/Http/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 45f9aab7b..e2bec8ff4 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php-http/client-implementation": "^1.0", "php-http/message-factory": "^1.0.2", "php-http/httplug": "^1.0", - "php-http/discovery": "^1.0", + "php-http/discovery": "^1.4", "psr/simple-cache": "^1.0", "php-http/promise": "^1.0" }, diff --git a/src/Http/composer.json b/src/Http/composer.json index bdc0e13bd..3225c2fa3 100644 --- a/src/Http/composer.json +++ b/src/Http/composer.json @@ -19,7 +19,7 @@ "php-http/message-factory": "^1.0.2", "psr/http-message-implementation": "^1.0", "php-http/client-implementation": "^1.0", - "php-http/discovery": "^1.0" + "php-http/discovery": "^1.4" }, "require-dev": { "phpunit/phpunit": "6.3.*",