diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-08 09:56:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-08 09:56:02 +0100 |
commit | fa7b7431688acdc5445f0d4391ac8f1fba0f7a66 (patch) | |
tree | 55ded63eba9a8429cb0dc301356e896f0abe939c /src/Symfony/Component/HttpClient/composer.json | |
parent | b015d058e929910fc4ad9289a12ce7314122a860 (diff) |
update to 4.4.20
Diffstat (limited to 'src/Symfony/Component/HttpClient/composer.json')
-rw-r--r-- | src/Symfony/Component/HttpClient/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Component/HttpClient/composer.json b/src/Symfony/Component/HttpClient/composer.json index b66b184..a620906 100644 --- a/src/Symfony/Component/HttpClient/composer.json +++ b/src/Symfony/Component/HttpClient/composer.json @@ -18,7 +18,7 @@ "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "1.1" + "symfony/http-client-implementation": "1.1|2.0" }, "require": { "php": ">=7.1.3", |