Skip to content

have the mock client provide the PSR client implementation as well #57

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
Aug 25, 2021

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Aug 25, 2021

We need to bump httplug to version 2 because version 1 did not implement
the PSR interface. Version 2 implements both the php-http interface as
well as the PSR interface.

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets fixes #56
Documentation The documentation already assumes that this has happened...
License MIT

What's in this PR?

Have the mock client provide the PSR client implementation as well.

Why?

This was intended but went under. We have to jump to HTTPlug 2.0 as that has the php-http client interface extend the PSR interface.

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix

We need to bump httplug to version 2 because version 1 did not implement
the PSR interface. Version 2 implements both the php-http interface as
well as the PSR interface.
@dbu dbu merged commit d8e200d into master Aug 25, 2021
@dbu dbu deleted the provide-psr branch August 25, 2021 06:50
@dbu
Copy link
Contributor Author

dbu commented Aug 25, 2021

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.

Provide virtual package psr/http-client-implementation
1 participant