Skip to content
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

Do not deprecate alias as it changed a lot in different Symfony versions #396

Merged
merged 1 commit into from
Jul 26, 2021

Conversation

ruudk
Copy link
Contributor

@ruudk ruudk commented Jul 26, 2021

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets see #394
Documentation
License MIT

What's in this PR?

Turns out that Alias::setDeprecated changed a lot between Symfony versions. I couldn't find a way to distinguish between them so decided to just remove the deprecation for now.

Copy link
Collaborator

@dbu dbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that makes sense to me. not worth it to do a complicated thing to support all various symfony versions.

we will eventually deprecate the httplug interface itself i think, and that should be enough warning. while the interface exists, we will want to keep autowiring it working anyways.

@dbu dbu merged commit f892a04 into php-http:master Jul 26, 2021
@dbu
Copy link
Collaborator

dbu commented Jul 26, 2021

thanks for the quick fix. i tagged https://github.com/php-http/HttplugBundle/releases/tag/1.22.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants