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

require php-http/message-factory directly #261

Merged
merged 1 commit into from May 30, 2023
Merged

Conversation

dbu
Copy link
Contributor

@dbu dbu commented May 19, 2023

This library still uses the deprecated php-http message factories. They have been deprecated since a while in favor of PSR-17 message factories.

php-http/discovery no longer automatically installs php-http/message-factory.

This is a quickfix for the issue. The real fix will be to change to the PSR-17 RequestFactoryInterface in omnium http client and use Psr17FactoryDiscovery

This library still uses the deprecated php-http message factories. They have been deprecated since a while in favor of PSR-17 message factories.

php-http/discovery no longer automatically installs php-http/message-factory.
@WHITE-developer
Copy link

@barryvdh Can you at least merge this? Our Craft Commerce sites are breaking without it.

@barryvdh barryvdh merged commit 80545e9 into thephpleague:master May 30, 2023
9 checks passed
@dbu dbu deleted the patch-1 branch May 31, 2023 11:40
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

3 participants