Skip to content

Commit

Permalink
Update dependencies and require legacy reactphp/promise-timer for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 7, 2023
1 parent 66a871e commit 9db84ba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"php": ">=7.1",
"nikic/fast-route": "^1.3",
"react/async": "^4 || ^3",
"react/http": "^1.8",
"react/promise": "^3 || ^2.7"
"react/http": "^1.9",
"react/promise": "^3 || ^2.10",
"react/socket": "^1.13"
},
"require-dev": {
"phpstan/phpstan": "1.10.6 || 1.4.10",
"phpstan/phpstan": "1.10.16 || 1.4.10",
"phpunit/phpunit": "^9.6 || ^7.5",
"psr/container": "^2 || ^1"
"psr/container": "^2 || ^1",
"react/promise-timer": "^1.9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9db84ba

Please sign in to comment.