Skip to content

Commit

Permalink
Fix composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 12, 2023
1 parent c84624b commit cc3b647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer-require-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"void",
"object",
"mixed",
"random_bytes",
"ZLIB_ENCODING_GZIP",
"ZLIB_ENCODING_DEFLATE",
"Amp\\File\\Driver",
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"require": {
"php": ">=8.1",
"revolt/event-loop": "^1",
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/hpack": "^3",
Expand All @@ -35,6 +36,7 @@
"amphp/socket": "^2",
"amphp/sync": "^2",
"league/uri": "^6",
"league/uri-components": "^2.4",
"psr/http-message": "^1 | ^2"
},
"require-dev": {
Expand Down

0 comments on commit cc3b647

Please sign in to comment.