w7corp / easywechat

📦 一个 PHP 微信 SDK
https://easywechat.com
MIT License
10.26k stars 2.41k forks source link

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

Closed solody closed 2 months ago

solody commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

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