zbindu
zbindu
Problem 1 - Root composer.json requires league/booboo ^2.1 -> satisfiable by league/booboo[2.1]. - league/booboo 2.1 requires psr/log ~1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 3.0.0...
跟有的框架不兼容了 guzzle/psr 2.x的 "psr/http-message": "^1.1 || ^2.0" workerman/psr 的 "psr/http-message": "~1.0"
在 PHP8.3+ 中使用 cURL 时,可以通过设置 CURLOPT_HTTP_VERSION 选项来指定使用 HTTP/2 或 HTTP/3,客户端直接使用curl封装就可以实现。但是现在才发现之前的问题都提错了,汗.......,其实当时想问的是:swoole可以搭建http2和mqtt服务器,swow支持吗?有没有示例实现?还有未来的http3,我觉得也应该考虑,php有了swow可以说就完美了