From 3c3d6f32c91839b29ad2ee6f9255420306ba49df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 16 Apr 2019 14:43:43 +0200 Subject: [PATCH] Update php-http/curl-client requirement from ^1.7 to ^1.7 || ^2.0 (#3) Updates the requirements on [php-http/curl-client](https://github.com/php-http/curl-client) to permit the latest version. - [Release notes](https://github.com/php-http/curl-client/releases) - [Changelog](https://github.com/php-http/curl-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-http/curl-client/compare/v1.7.0...2.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78caa6c..3693095 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "geocoder-php/provider-integration-tests": "^1.0", - "php-http/curl-client": "^1.7", + "php-http/curl-client": "^1.7 || ^2.0", "php-http/message": "^1.0", "phpunit/phpunit": "^6.5 || ^7.5" },