From 515564aa9ed1ef202b5ff8753a64f80cd2603583 Mon Sep 17 00:00:00 2001 From: Sebastien MALOT Date: Mon, 25 May 2020 12:50:55 +0200 Subject: [PATCH] Remove any restriction about dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 7a30dad..57053ba 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": ">=5.6", - "php-http/socket-client": "^1.0", - "php-http/client-common": "^1.1", - "php-http/message": "^1.0", - "guzzlehttp/psr7": "^1.2", - "symfony/yaml": "^3.2||^4.0||^5.0" + "php-http/socket-client": "*", + "php-http/client-common": "*", + "php-http/message": "*", + "guzzlehttp/psr7": "*", + "symfony/yaml": "*" }, "require-dev": { "symfony/debug": "*",