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 aa04217
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 11 additions & 2 deletions composer-require-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@
"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",
"createHttpClientBuilder",
],
"php-core-extensions": [
"Core",
Expand All @@ -23,6 +31,7 @@
"Phar",
"Reflection",
"SPL",
"standard"
"standard",
"json"
]
}
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@
"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",
"guzzlehttp/guzzle": "^7",
"psr/http-message": "^1.1",
"revolt/event-loop": "^1"
},
"require-dev": {
Expand All @@ -39,7 +44,6 @@
"amphp/phpunit-util": "^3",
"laminas/laminas-diactoros": "^2.3",
"leproxy/leproxy": "^0.2.2",
"guzzlehttp/guzzle": "^7",
"phpunit/phpunit": "^9",
"psalm/phar": "^5",
"revolt/event-loop-adapter-react": "^1.1"
Expand Down

0 comments on commit aa04217

Please sign in to comment.