Skip to content

Commit 5f7175b

Browse files
committed
Add implementations declaration
1 parent 1bebae3 commit 5f7175b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpsoft/http-response",
3-
"description": "PSR-7 implementation for Response",
3+
"description": "PSR-7 Response implementations",
44
"keywords": ["php", "http", "http-response", "responses", "psr-7", "http-message"],
55
"homepage": "https://httpsoft.org/",
66
"type": "library",
@@ -27,6 +27,9 @@
2727
"squizlabs/php_codesniffer": "^3.5",
2828
"vimeo/psalm": "^3.14"
2929
},
30+
"provide": {
31+
"psr/http-message-implementation": "1.0"
32+
},
3033
"autoload": {
3134
"psr-4": {
3235
"HttpSoft\\Response\\": "src/"

0 commit comments

Comments
 (0)