Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 28, 2023
1 parent 4e0ee4d commit 6219ec4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"require": {
"php": ">=8.1",
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/http": "^2",
"amphp/http-server": "^3",
"amphp/socket": "^2",
"amphp/byte-stream": "^2.1",
"amphp/http": "^2.1",
"amphp/http-server": "^3.2",
"amphp/socket": "^2.2",
"amphp/websocket": "^2",
"psr/log": "^1|^2|^3",
"revolt/event-loop": "^1"
},
"require-dev": {
"amphp/http-client": "^5-dev",
"amphp/http-client": "^5",
"amphp/http-server-static-content": "^2",
"amphp/http-server-router": "^2",
"amphp/log": "^2",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/websocket-client": "^2-dev",
"amphp/websocket-client": "^2",
"league/climate": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4",
"psalm/phar": "^5.18",
"colinodell/psr-testlogger": "^1.2"
},
"suggest": {
Expand Down

0 comments on commit 6219ec4

Please sign in to comment.