Skip to content

Commit

Permalink
Add implementations declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Sep 6, 2020
1 parent 1bebae3 commit 5f7175b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpsoft/http-response",
"description": "PSR-7 implementation for Response",
"description": "PSR-7 Response implementations",
"keywords": ["php", "http", "http-response", "responses", "psr-7", "http-message"],
"homepage": "https://httpsoft.org/",
"type": "library",
Expand All @@ -27,6 +27,9 @@
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.14"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"autoload": {
"psr-4": {
"HttpSoft\\Response\\": "src/"
Expand Down

0 comments on commit 5f7175b

Please sign in to comment.