You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Compatibility issue since version 1.14.0
PHP Fatal error: Declaration of Http\Message\Encoding\FilteredStream::close() must be compatible with Psr\Http\Message\StreamInterface::close(): void in /var/www/html/vendor/php-http/message/src/Decorator/StreamDecorator.php on line 30
In StreamDecorator.php line 30:
Declaration of Http\Message\Encoding\FilteredStream::close() must be compatible with Psr\Http\Message\StreamInterface::close(): void
The text was updated successfully, but these errors were encountered:
dang, our CI had been tricked by other dependencies still restricting http-message to ^1.0, so we did not actually test the code with 2.0. i will try to adjust the code asap. looks like meanwhile the other dependencies no longer restrict http-message to ^1.0
meanwhile the hotfix is to restrict your application to psr/http-message: ^1.0 until we release a fix.
PHP 8.2.4
Description
Compatibility issue since version 1.14.0
The text was updated successfully, but these errors were encountered: