Unlock this challenge:
We know that services come form bundles. We don't usually care which bundle gives us a specific service, but as a challenge: which bundle gives us the HttpClientInterface service?
HttpClientInterface
FrameworkBundle
HttpClientBundle
Trick question! This is a special service that comes from a PHP library (symfony/http-client), not a bundle.
symfony/http-client