php-http / HttplugBundle

Symfony Framework Integration for HTTPlug
http://httplug.io
MIT License
381 stars 50 forks source link

add autowiring alias #475

Closed dbu closed 2 weeks ago

dbu commented 2 weeks ago
Q A
Bug fix? no
New feature? no
BC breaks? not really (but if people have defined their own alias, there could be side effects from this change)
Deprecations? no
Related tickets fixes #474
Documentation https://github.com/php-http/documentation/pull/324
License MIT

What's in this PR?

Add alias to psr17 factories

Why?

to support symfony autowiring

Checklist