Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Explicitly declare PSR-7 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Nov 5, 2018
1 parent 2e3f7e7 commit dbe8eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
"php": "~7.2",
"ext-json": "*",
"psr/http-client": "~1.0",
"psr/http-factory": "~1.0"
"psr/http-factory": "~1.0",
"psr/http-message": "~1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
Expand Down

0 comments on commit dbe8eeb

Please sign in to comment.