-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added service aliases to allow easier autowiring #301
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great! Tested on real project 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! 👍 Thanks!
Thanks for merging. Can you give an indication about when an 8.1.0 release will be done, so I can decide if I use my own fork temporarily, or wait for the release? |
@tjveldhuizen released: https://github.com/8p/EightPointsGuzzleBundle/releases/tag/v8.1.0 Thanks you for contribution 🙂 |
Since Symfony 4.2, it is possible to create service aliases by class name and attribute. Inspired by the feature to auto-wire specific monolog channels I have created this pull request to make it easier to auto-wire Guzzle-clients.