Skip to content

Commit 4a04ae6

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix CS Update deprecations baseline [Mailer][MailJet] Fix parameters for TrackClicks and TrackOpens [Doctrine][Messenger] Oracle sequences are suffixed with `_seq` drop existing schema if tests create it explicitly synchronize line numbers in deprecations baseline [HttpClient] Fix class requirement message Add integration test for RememberMe with pg connection fix: DoctrineTokenProvider not oracle compatible
2 parents 3e03d76 + 5620136 commit 4a04ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CachingHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
array $defaultOptions = [],
4545
) {
4646
if (!class_exists(HttpClientKernel::class)) {
47-
throw new \LogicException(\sprintf('Using "%s" requires that the HttpKernel component version 4.3 or higher is installed, try running "composer require symfony/http-kernel:^5.4".', __CLASS__));
47+
throw new \LogicException(\sprintf('Using "%s" requires the HttpKernel component, try running "composer require symfony/http-kernel".', __CLASS__));
4848
}
4949

5050
$kernel = new HttpClientKernel($client);

0 commit comments

Comments
 (0)