We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa471a commit 28df588Copy full SHA for 28df588
composer.json
@@ -21,7 +21,6 @@
21
"require": {
22
"php": "^7.4|^8.0",
23
"httpsoft/http-response": "^1.0",
24
- "psr/http-message": "^1.0",
25
"psr/http-server-handler": "^1.0",
26
"psr/http-server-middleware": "^1.0"
27
},
@@ -31,6 +30,11 @@
31
30
"squizlabs/php_codesniffer": "^3.5",
32
"vimeo/psalm": "^3.14"
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
+ },
38
"autoload": {
39
"psr-4": {
40
"HttpSoft\\ErrorHandler\\": "src/"
0 commit comments