Skip to content

[HttpClient] Make HttplugClient implement PSR-17 factories instead of Httplug's #47832

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

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 6.2
Bug fix? no
New feature? no
Deprecations? yes
Tickets -
License MIT
Doc PR -

Nobody uses php-http/message-factory anyway:
https://packagist.org/packages/php-http/message-factory-implementation/dependents

@fabpot
Copy link
Member

fabpot commented Oct 15, 2022

Thank you @nicolas-grekas.

@MGatner
Copy link
Contributor

MGatner commented Oct 15, 2022

It looks like this added symfony/deprecation-contracts to Composer's provide key instead of require, which is causing the package not to be installed in some cases because Composer thinks this dependency takes care of it 😢

@fabpot fabpot deleted the hc-httplug-no-factory branch October 15, 2022 15:52
@fabpot fabpot mentioned this pull request Oct 24, 2022
@xabbuh
Copy link
Member

xabbuh commented Oct 31, 2022

FTR, the previous comment was addressed in #47873.

nicolas-grekas added a commit that referenced this pull request Apr 17, 2023
…(nicolas-grekas)

This PR was merged into the 5.4 branch.

Discussion
----------

[ErrorHandler] Don't throw deprecations for HttplugClient

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | #50035
| License       | MIT
| Doc PR        | -

Follows php-http/httplug#171 and #47832

Required to make the CI green again.

Commits
-------

bafb237 [ErrorHandler] Don't throw deprecations for HttplugClient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants