Skip to content

Commit fbe94e6

Browse files
committed
Require psr/http-client and psr/http-client-factory.
1 parent c53cea9 commit fbe94e6

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
@@ -28,7 +28,9 @@
2828
"ext-json": "*",
2929
"ext-mbstring": "*",
3030
"ext-simplexml": "*",
31-
"marc-mabe/php-enum": "^v4.7.0"
31+
"marc-mabe/php-enum": "^v4.7.0",
32+
"psr/http-client": "^1.0",
33+
"psr/http-factory": "^1.1"
3234
},
3335
"require-dev": {
3436
"bmitch/churn-php": "^1.7",

0 commit comments

Comments
 (0)