provide interfaces prs/http-*-implementation

This commit is contained in:
Basemaster 2021-04-11 14:04:34 +03:00 committed by GitHub
parent e22d5889b0
commit c153bc0028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
"psr/http-server-handler": "~1.0", "psr/http-server-handler": "~1.0",
"psr/http-server-middleware": "~1.0" "psr/http-server-middleware": "~1.0"
}, },
"provide": {
"psr/http-message-implementation": "1.0",
"psr/http-factory-implementation": "1.0"
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"WellRESTed\\": "src/" "WellRESTed\\": "src/"