Skip to content
Snippets Groups Projects
Verified Commit dbfc64ec authored by Thomas Flori's avatar Thomas Flori
Browse files

require getallheaders polyfill till guzzle requires it

There is an ongoing release process for guzzle 1.5.0 which requires the
same library. The last guzzle release is over 6 month ago.
parent 6bffe9d1
No related branches found
Tags v1.0.1
No related merge requests found
......@@ -7,7 +7,8 @@
"code-style": "phpcs --standard=PSR2 src && phpcs --standard=PSR2 --ignore=example tests"
},
"require": {
"guzzlehttp/psr7": "^1.4.2"
"guzzlehttp/psr7": "^1.4.2",
"ralouphie/getallheaders": "^2.0.5"
},
"require-dev": {
"phpunit/phpunit": "^7.2.7",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment