We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69fabe5 + e64c029 commit 3785a0dCopy full SHA for 3785a0d
composer.json
@@ -27,9 +27,10 @@
27
"require": {
28
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
29
"ext-json": "*",
30
- "psr/cache": "^1.0",
+ "psr/cache": "^1.0 || ^3.0",
31
"psr/event-dispatcher": "^1.0",
32
- "psr/log": "^1.1",
+ "psr/http-client": "^1.0",
33
+ "psr/log": "^1.1 || ^3.0",
34
"rybakit/msgpack": "^0.9.0",
35
"choir/psr-http": "^1.0",
36
"workerman/workerman": "^4.0",
0 commit comments