Skip to content

Commit 3a1eda8

Browse files
committed
Require psr/http-client and psr/http-client-factory.
1 parent b63a724 commit 3a1eda8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"ext-curl": "*",
3333
"ext-json": "*",
3434
"ext-mbstring": "*",
35-
"ext-simplexml": "*"
35+
"ext-simplexml": "*",
36+
"psr/http-client": "^1.0",
37+
"psr/http-factory": "^1.1"
3638
},
3739
"require-dev": {
3840
"bmitch/churn-php": "^1.7",

0 commit comments

Comments
 (0)