summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/HttpClient/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/HttpClient/composer.json')
-rw-r--r--src/Symfony/Component/HttpClient/composer.json17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/Symfony/Component/HttpClient/composer.json b/src/Symfony/Component/HttpClient/composer.json
index b3be892..e734b21 100644
--- a/src/Symfony/Component/HttpClient/composer.json
+++ b/src/Symfony/Component/HttpClient/composer.json
@@ -15,20 +15,29 @@
}
],
"provide": {
+ "php-http/async-client-implementation": "*",
+ "php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
},
"require": {
"php": "^7.1.3",
"psr/log": "^1.0",
- "symfony/http-client-contracts": "^1.1.7",
+ "symfony/http-client-contracts": "^1.1.8|^2",
"symfony/polyfill-php73": "^1.11"
},
"require-dev": {
+ "guzzlehttp/promises": "^1.3.1",
"nyholm/psr7": "^1.0",
+ "php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
- "symfony/http-kernel": "^4.3",
- "symfony/process": "^4.2"
+ "symfony/dependency-injection": "^4.3|^5.0",
+ "symfony/http-kernel": "^4.4",
+ "symfony/process": "^4.2|^5.0",
+ "symfony/service-contracts": "^1.0|^2"
+ },
+ "conflict": {
+ "symfony/http-kernel": "<4.4"
},
"autoload": {
"psr-4": { "Symfony\\Component\\HttpClient\\": "" },
@@ -39,7 +48,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
}
}