Skip to content

Commit

Permalink
AddressSplitter can avoid unadressable ranges when splitting read req…
Browse files Browse the repository at this point in the history
…uests
  • Loading branch information
aldas committed Jun 11, 2023
1 parent b6c9646 commit 5f4b752
Show file tree
Hide file tree
Showing 8 changed files with 454 additions and 660 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"react/datagram": "^1.8",
"react/socket": "^1.10",
"react/child-process": "^0.6",
"psr/log": "^1.0",
"phpstan/phpstan": "^1.5"
"phpunit/phpunit": "^9.6.9",
"react/datagram": "^1.9",
"react/socket": "^1.13",
"react/child-process": "^0.6.5",
"psr/log": "^1.1.4",
"phpstan/phpstan": "^1.10.18"
},
"suggest": {
"psr/log": "Required for using the Log middleware with BinaryStreamConnection"
Expand Down
Loading

0 comments on commit 5f4b752

Please sign in to comment.