File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11HTTP Server Handler
22===================
33
4- Provides the ` RequestHandlerInterface ` of [ PSR-15] [ psr-15 ] . Please refer to the
5- proposal for a description.
4+ Provides the ` RequestHandlerInterface ` 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-handler" ,
2+ "name" : " psr /http-server-handler" ,
33 "description" : " Common interface for HTTP server-side request handler" ,
44 "keywords" : [
55 " psr" ,
66 " psr-7" ,
77 " psr-15" ,
8+ " http-interop" ,
89 " http" ,
910 " server" ,
1011 " handler" ,
2223 "php" : " >=7.0" ,
2324 "psr/http-message" : " ^1.0"
2425 },
25- "conflict" : {
26- "http-interop/http-middleware" : " >=0.5"
27- },
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