-
Notifications
You must be signed in to change notification settings - Fork 17
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
php-http/message-factory is abandoned (deprecation error) #85
Comments
use the recommended package, fixes php-http#85
fixed in #87 |
Probably this should be kept open until v2.0.0 is released? |
Is there anything that could be done to publish this soon, maybe even in the 1.x branch? I'm asking because |
i tagged the 2.0 release now: https://github.com/php-http/cache-plugin/releases/tag/2.0.0 we still support antique php versions, therefore i did not add strict typing. but lets do that in a version 3 if somebody wants to put in the effort, rather than delay this release. |
Nice, thank you. Now we only have to get all the other packages that depend on the 1.0 release to update their constraints to also allow 2.0 |
PHP version: x.y.z (hint:
php --version
)all
Description
Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
How to reproduce
composer install with any pacakge that uses it.
Possible Solution
use psr/http-factory instead
The text was updated successfully, but these errors were encountered: