Skip to content

Commit 60f5892

Browse files
committed
Resolves #158. Manually require psr/http-factory
1 parent 46f8022 commit 60f5892

File tree

2 files changed

+61
-56
lines changed

2 files changed

+61
-56
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"ext-simplexml": "*",
2424
"psr/cache": "^1.0",
2525
"psr/http-client": "^1.0",
26-
"psr/http-message": "^1.0"
26+
"psr/http-message": "^1.0",
27+
"psr/http-factory": "^1.0"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^5.0.5",

composer.lock

Lines changed: 59 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)