Skip to content

Commit e553cec

Browse files
Merge branch '5.4' into 6.2
* 5.4: [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 3f5545a + b8e8c57 commit e553cec

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
@@ -46,7 +46,7 @@
4646
}
4747

4848
if (!interface_exists(RequestFactory::class)) {
49-
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".');
49+
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".');
5050
}
5151

5252
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)