Skip to content

Commit b10ba4a

Browse files
committed
added php-http/message as dependency
1 parent 752c7ac commit b10ba4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"psr/http-message": "^1.0",
2020
"php-http/httplug": "^1.0",
2121
"php-http/client-implementation": "^1.0",
22-
"php-http/discovery": "^1.0"
22+
"php-http/discovery": "^1.0",
23+
"php-http/message": "^1.0"
2324
},
2425
"require-dev": {
2526
"php-http/guzzle6-adapter": "^1.0",

0 commit comments

Comments
 (0)