diff options
Diffstat (limited to 'src/Symfony/Component/HttpClient')
-rw-r--r-- | src/Symfony/Component/HttpClient/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Symfony/Component/HttpClient/composer.json b/src/Symfony/Component/HttpClient/composer.json index 843fe8e..b66b184 100644 --- a/src/Symfony/Component/HttpClient/composer.json +++ b/src/Symfony/Component/HttpClient/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/http-client", "type": "library", - "description": "Symfony HttpClient component", + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "license": "MIT", "authors": [ @@ -28,7 +28,7 @@ "symfony/service-contracts": "^1.0|^2" }, "require-dev": { - "guzzlehttp/promises": "^1.3.1", + "guzzlehttp/promises": "^1.4", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "psr/http-client": "^1.0", |