Skip to content

Commit e8e2626

Browse files
[HttpClient] Test with guzzle promises v2
1 parent b9b35dc commit e8e2626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"doctrine/data-fixtures": "^1.1",
131131
"doctrine/dbal": "^2.13.1|^3.0",
132132
"doctrine/orm": "^2.7.4",
133-
"guzzlehttp/promises": "^1.4",
133+
"guzzlehttp/promises": "^1.4|^2.0",
134134
"masterminds/html5": "^2.6",
135135
"monolog/monolog": "^1.25.1|^2",
136136
"nyholm/psr7": "^1.0",

src/Symfony/Component/HttpClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"amphp/http-client": "^4.2.1",
3636
"amphp/http-tunnel": "^1.0",
3737
"amphp/socket": "^1.1",
38-
"guzzlehttp/promises": "^1.4",
38+
"guzzlehttp/promises": "^1.4|^2.0",
3939
"nyholm/psr7": "^1.0",
4040
"php-http/httplug": "^1.0|^2.0",
4141
"php-http/message-factory": "^1.0",

0 commit comments

Comments
 (0)