Skip to content

Commit

Permalink
Be clear about hidden dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 18, 2024
1 parent 879321e commit 38d7d34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"description": "A safe OOP wrapper around resource streams",
"type": "library",
"suggest": {
"guzzlehttp/psr7": "If you want to use PSR-7 streams direclty as a resource stream"
"guzzlehttp/psr7": "If you want to use PSR-7 streams direclty as a resource stream",
"psr/http-message": "If you want to use PSR-7 streams direclty as a resource stream"
},
"require-dev": {
"guzzlehttp/psr7": "^2.7",
"psr/http-message": "^2.0",
"vimeo/psalm": "^5.26",
"php-cs-fixer/shim": "^3.64",
"phpunit/phpunit": "^10.5.36",
Expand Down

0 comments on commit 38d7d34

Please sign in to comment.