Require guzzlehttp/guzzle and guzzlehttp/psr7

This commit is contained in:
Johannes Meyer 2021-02-16 15:47:22 +01:00
parent 825f9e95c7
commit 62967011dc
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@
"react/promise-stream": "^1",
"react/promise-timer": "^1.5",
"react/socket": "^1",
"react/stream": "^1.1"
"react/stream": "^1.1",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/guzzle": "^6.5.5"
},
"require-dev": {
}