Skip to content

Commit

Permalink
Replace Guzzle with react/http
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 24, 2020
1 parent 6603bb8 commit 90bda81
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 657 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
],
"require": {
"php": "^7.4 || ^8.0",
"clue/block-react": "^1.4",
"clue/ndjson-react": "^1.0",
"composer/ca-bundle": "^1.2",
"composer/xdebug-handler": "^1.3.0",
"guzzlehttp/guzzle": "^6.5",
"hoa/compiler": "3.17.08.08",
"hoa/exception": "^1.0",
"hoa/regex": "1.17.01.13",
Expand All @@ -28,6 +28,7 @@
"phpstan/phpdoc-parser": "^0.4.9",
"react/child-process": "^0.6.1",
"react/event-loop": "^1.1",
"react/http": "^1.1",
"react/promise": "^2.8",
"react/socket": "^1.3",
"react/stream": "^1.1",
Expand Down
Loading

0 comments on commit 90bda81

Please sign in to comment.