Skip to content

Commit 28e0199

Browse files
committed
Add implementations declaration
1 parent fcf5be7 commit 28e0199

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@
1919
"docs": "https://httpsoft.org/docs/emitter"
2020
},
2121
"require": {
22-
"php": "^7.4|^8.0"
22+
"php": "^7.4|^8.0",
23+
"psr/http-message": "^1.0"
2324
},
2425
"require-dev": {
2526
"httpsoft/http-message": "^1.0",
2627
"phpunit/phpunit": "^9.3",
2728
"squizlabs/php_codesniffer": "^3.5",
2829
"vimeo/psalm": "^3.14"
2930
},
31+
"provide": {
32+
"psr/http-message-implementation": "1.0"
33+
},
3034
"autoload": {
3135
"psr-4": {
3236
"HttpSoft\\Emitter\\": "src/"

0 commit comments

Comments
 (0)