Skip to content

Commit

Permalink
Update dependencies and symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Sep 3, 2024
1 parent 704281e commit 57103ed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
27 changes: 25 additions & 2 deletions composer-require-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,29 @@
"iterable",
"callable",
"void",
"object"
"object",
"createHttpClientBuilder",
"Amp\\File\\File",
"Amp\\File\\FilesystemException",
"Amp\\File\\openFile",
"Amp\\Http\\Tunnel\\Http1TunnelConnector",
"Amp\\Http\\Tunnel\\Https1TunnelConnector",
"Amp\\Http\\Tunnel\\Socks5TunnelConnector",
"Amp\\Socket\\Certificate",
"Amp\\Socket\\ClientTlsContext",
"Amp\\Socket\\ConnectContext",
"createHttpClientBuilder",
"GuzzleHttp\\Promise\\Promise",
"GuzzleHttp\\Promise\\PromiseInterface",
"GuzzleHttp\\Psr7\\Request",
"GuzzleHttp\\Psr7\\Response",
"GuzzleHttp\\Psr7\\Uri",
"GuzzleHttp\\RedirectMiddleware",
"GuzzleHttp\\RequestOptions",
"GuzzleHttp\\Utils",
"Psr\\Http\\Message\\RequestFactoryInterface",
"Psr\\Http\\Message\\RequestInterface",
"Psr\\Http\\Message\\ResponseFactoryInterface"
],
"php-core-extensions": [
"Core",
Expand All @@ -23,6 +45,7 @@
"Phar",
"Reflection",
"SPL",
"standard"
"standard",
"json"
]
}
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@
"require": {
"php": ">=8.1",
"amphp/amp": "^3",
"amphp/byte-stream": "^2.1",
"amphp/dns": "^2.2",
"amphp/http-client": "^5",
"amphp/http-client-psr7": "^1",
"amphp/socket": "^2.3",
"revolt/event-loop": "^1"
},
"require-dev": {
Expand Down

0 comments on commit 57103ed

Please sign in to comment.