Skip to content

Commit 90bda81

Browse files
committed
Replace Guzzle with react/http
1 parent 6603bb8 commit 90bda81

File tree

3 files changed

+331
-657
lines changed

3 files changed

+331
-657
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
],
77
"require": {
88
"php": "^7.4 || ^8.0",
9+
"clue/block-react": "^1.4",
910
"clue/ndjson-react": "^1.0",
1011
"composer/ca-bundle": "^1.2",
1112
"composer/xdebug-handler": "^1.3.0",
12-
"guzzlehttp/guzzle": "^6.5",
1313
"hoa/compiler": "3.17.08.08",
1414
"hoa/exception": "^1.0",
1515
"hoa/regex": "1.17.01.13",
@@ -28,6 +28,7 @@
2828
"phpstan/phpdoc-parser": "^0.4.9",
2929
"react/child-process": "^0.6.1",
3030
"react/event-loop": "^1.1",
31+
"react/http": "^1.1",
3132
"react/promise": "^2.8",
3233
"react/socket": "^1.3",
3334
"react/stream": "^1.1",

0 commit comments

Comments
 (0)