File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11HTTP Server Middleware
22======================
33
4- Provides the ` MiddlewareInterface ` of [ PSR-15] [ psr-15 ] . Please refer to the
5- proposal for a description.
4+ Provides the ` MiddlewareInterface ` of [ PSR-15] [ psr-15 ] .
65
7- [ psr-15 ] : https://github.com/php-fig/fig-standards/tree/master/proposed/ http-handlers
6+ [ psr-15 ] : https://github.com/php-fig/fig-standards/tree/master/accepted/PSR-15- http-request- handlers.md
Original file line number Diff line number Diff line change 11{
2- "name" : " http-interop /http-server-middleware" ,
2+ "name" : " psr /http-server-middleware" ,
33 "description" : " Common interface for HTTP server-side middleware" ,
44 "keywords" : [
55 " psr" ,
66 " psr-7" ,
77 " psr-15" ,
8+ " http-interop" ,
89 " http" ,
910 " middleware" ,
1011 " request" ,
2021 "require" : {
2122 "php" : " >=7.0" ,
2223 "psr/http-message" : " ^1.0" ,
23- "http-interop/http-server-handler" : " ^1.0"
24- },
25- "replace" : {
26- "http-interop/http-middleware" : " >=0.5"
24+ "psr/http-server-handler" : " ^1.0"
2725 },
2826 "autoload" : {
2927 "psr-4" : {
30- "Interop \\ Http\\ Server\\ " : " src/"
28+ "Psr \\ Http\\ Server\\ " : " src/"
3129 }
3230 },
3331 "extra" : {
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Interop \Http \Server ;
3+ namespace Psr \Http \Server ;
44
55use Psr \Http \Message \ResponseInterface ;
66use Psr \Http \Message \ServerRequestInterface ;
You can’t perform that action at this time.
0 commit comments