Skip to content

Commit 5fe8ab2

Browse files
committed
:octocat:
1 parent 7237416 commit 5fe8ab2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "library",
66
"keywords": [
7-
"http", "client", "psr-7", "psr-17", "psr-18"
7+
"http", "message", "client", "factory", "psr-7", "psr-17", "psr-18"
88
],
99
"minimum-stability": "stable",
1010
"authors": [
@@ -27,6 +27,8 @@
2727
"require": {
2828
"php": "^7.2",
2929
"ext-json":"*",
30+
"ext-simplexml":"*",
31+
"ext-zlib":"*",
3032
"chillerlan/php-settings-container":"^1.0",
3133
"fig/http-message-util":"^1.1",
3234
"psr/http-client":"^1.0",

0 commit comments

Comments
 (0)