Skip to content

Commit 2d3300e

Browse files
minor symfony#54353 [HttpClient] Test with guzzle promises v2 (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [HttpClient] Test with guzzle promises v2 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT We don't disallow v2 either so let's run our tests with guzzle promises v2. This should fix some PHP 8.4 deprecations also. Commits ------- e8e2626 [HttpClient] Test with guzzle promises v2
2 parents 998fa9d + e8e2626 commit 2d3300e

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)