provide interfaces prs/http-*-implementation
This commit is contained in:
parent
e22d5889b0
commit
c153bc0028
|
|
@ -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/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue