You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: CachingHttpClient.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public function __construct(
44
44
array$defaultOptions = [],
45
45
) {
46
46
if (!class_exists(HttpClientKernel::class)) {
47
-
thrownew \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__));
0 commit comments