Skip to content

Commit 28df588

Browse files
committed
Add implementations declaration
1 parent 4fa471a commit 28df588

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
@@ -21,7 +21,6 @@
2121
"require": {
2222
"php": "^7.4|^8.0",
2323
"httpsoft/http-response": "^1.0",
24-
"psr/http-message": "^1.0",
2524
"psr/http-server-handler": "^1.0",
2625
"psr/http-server-middleware": "^1.0"
2726
},
@@ -31,6 +30,11 @@
3130
"squizlabs/php_codesniffer": "^3.5",
3231
"vimeo/psalm": "^3.14"
3332
},
33+
"provide": {
34+
"psr/http-message-implementation": "1.0",
35+
"psr/http-server-handler-implementation": "1.0",
36+
"psr/http-server-middleware-implementation": "1.0"
37+
},
3438
"autoload": {
3539
"psr-4": {
3640
"HttpSoft\\ErrorHandler\\": "src/"

0 commit comments

Comments
 (0)