Symfony 3.3 - Autowiring Deprecation Guzzle
问题 since i plan to upgrade my Symfony version i want to remove all Deprecations. I cant figure out how to remove my last two errors. One is Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "eight_points_guzzle.client.trigger_api" service to "GuzzleHttp\ClientInterface" instead. But in my serivce, i already use the client interface to inject public function __construct( LoggerInterface