Skip to content

Commit 9db84ba

Browse files
committed
Update dependencies and require legacy reactphp/promise-timer for tests
1 parent 66a871e commit 9db84ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
"php": ">=7.1",
1515
"nikic/fast-route": "^1.3",
1616
"react/async": "^4 || ^3",
17-
"react/http": "^1.8",
18-
"react/promise": "^3 || ^2.7"
17+
"react/http": "^1.9",
18+
"react/promise": "^3 || ^2.10",
19+
"react/socket": "^1.13"
1920
},
2021
"require-dev": {
21-
"phpstan/phpstan": "1.10.6 || 1.4.10",
22+
"phpstan/phpstan": "1.10.16 || 1.4.10",
2223
"phpunit/phpunit": "^9.6 || ^7.5",
23-
"psr/container": "^2 || ^1"
24+
"psr/container": "^2 || ^1",
25+
"react/promise-timer": "^1.9"
2426
},
2527
"autoload": {
2628
"psr-4": {

0 commit comments

Comments
 (0)