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
minor symfony#58567 [HttpClient] Fix class requirement message (alexandre-daubois)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpClient] Fix class requirement message
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes, kind of
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
The message is a bit outdated and mentions Symfony 4.3.
Commits
-------
bb0112b [HttpClient] Fix class requirement message
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