Skip to content

Commit 980959b

Browse files
Merge branch '6.2' into 6.3
* 6.2: [HttpClient] Dev-require php-http/message-factory [ErrorHandler] Skip Httplug deprecations for HttplugClient [Messenger] Fix registering message handlers Bump Symfony version to 5.4.24 Update VERSION for 5.4.23 Update CONTRIBUTORS for 5.4.23 Update CHANGELOG for 5.4.23
2 parents e435847 + e553cec commit 980959b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HttplugClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
if (!interface_exists(RequestFactory::class)) {
50-
throw new \LogicException('You cannot use "Symfony\Component\HttpClient\HttplugClient" as the "php-http/message-factory" package is not installed. Try running "composer require nyholm/psr7".');
50+
throw new \LogicException('You cannot use "Symfony\Component\HttpClient\HttplugClient" as the "php-http/message-factory" package is not installed. Try running "composer require php-http/message-factory".');
5151
}
5252

5353
if (!interface_exists(RequestFactoryInterface::class)) {

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"guzzlehttp/promises": "^1.4",
3737
"nyholm/psr7": "^1.0",
3838
"php-http/httplug": "^1.0|^2.0",
39+
"php-http/message-factory": "^1.0",
3940
"psr/http-client": "^1.0",
4041
"symfony/dependency-injection": "^5.4|^6.0",
4142
"symfony/http-kernel": "^5.4|^6.0",

0 commit comments

Comments
 (0)