easywechat icon indicating copy to clipboard operation
easywechat copied to clipboard

symfony/psr-http-message-bridge 2.x is out of date

Open solody opened this issue 5 months ago • 2 comments

Since drupal v10.2.1 need symfony/psr-http-message-bridge v6.x, easywechat can not be installed in drupal 10 anymore.

easywechat must to support symfony/psr-http-message-bridge 6.x

solody avatar Jan 12 '24 07:01 solody

https://github.com/w7corp/easywechat/blob/0ff22cdd8125763ac39834646082e7f862c1af0a/src/Kernel/Traits/InteractWithServerRequest.php#L36

There is only one line need symfony/psr-http-message-bridge, and this interface is not change in 6.x: https://symfony.com/doc/6.4/components/psr7.html

solody avatar Jan 12 '24 07:01 solody

https://github.com/w7corp/easywechat/pull/2785 Please pull this.

solody avatar Jan 12 '24 07:01 solody