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.
1 parent 66a871e commit 9db84baCopy full SHA for 9db84ba
composer.json
@@ -14,13 +14,15 @@
14
"php": ">=7.1",
15
"nikic/fast-route": "^1.3",
16
"react/async": "^4 || ^3",
17
- "react/http": "^1.8",
18
- "react/promise": "^3 || ^2.7"
+ "react/http": "^1.9",
+ "react/promise": "^3 || ^2.10",
19
+ "react/socket": "^1.13"
20
},
21
"require-dev": {
- "phpstan/phpstan": "1.10.6 || 1.4.10",
22
+ "phpstan/phpstan": "1.10.16 || 1.4.10",
23
"phpunit/phpunit": "^9.6 || ^7.5",
- "psr/container": "^2 || ^1"
24
+ "psr/container": "^2 || ^1",
25
+ "react/promise-timer": "^1.9"
26
27
"autoload": {
28
"psr-4": {
0 commit comments