File tree Expand file tree Collapse file tree 7 files changed +8
-9
lines changed
Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1818 "psr/http-factory-implementation" : " ^1.0"
1919 },
2020 "require" : {
21- "http-interop /http-factory" : " ^0.4 " ,
21+ "psr /http-factory" : " ^1.0 " ,
2222 "zendframework/zend-diactoros" : " ^1.3"
2323 },
2424 "require-dev" : {
25- "http-interop/http-factory-tests" : " ^0.4 " ,
25+ "http-interop/http-factory-tests" : " ^0.5 " ,
2626 "phpunit/phpunit" : " ^6.5"
2727 },
2828 "autoload" : {
Original file line number Diff line number Diff line change 22
33namespace Http \Factory \Diactoros ;
44
5- use Interop \Http \Factory \RequestFactoryInterface ;
5+ use Psr \Http \Message \RequestFactoryInterface ;
66use Psr \Http \Message \RequestInterface ;
7- use Psr \Http \Message \UriInterface ;
87use Zend \Diactoros \Request ;
98
109class RequestFactory implements RequestFactoryInterface
Original file line number Diff line number Diff line change 22
33namespace Http \Factory \Diactoros ;
44
5- use Interop \Http \Factory \ResponseFactoryInterface ;
5+ use Psr \Http \Message \ResponseFactoryInterface ;
66use Psr \Http \Message \ResponseInterface ;
77use Zend \Diactoros \Response ;
88
Original file line number Diff line number Diff line change 33namespace Http \Factory \Diactoros ;
44
55use Http \Factory \Diactoros \UriFactory ;
6- use Interop \Http \Factory \ServerRequestFactoryInterface ;
6+ use Psr \Http \Message \ServerRequestFactoryInterface ;
77use Psr \Http \Message \ServerRequestInterface ;
88use Psr \Http \Message \UriInterface ;
99use Zend \Diactoros \ServerRequest ;
Original file line number Diff line number Diff line change 22
33namespace Http \Factory \Diactoros ;
44
5- use Interop \Http \Factory \StreamFactoryInterface ;
5+ use Psr \Http \Message \StreamFactoryInterface ;
66use Psr \Http \Message \StreamInterface ;
77use Zend \Diactoros \Stream ;
88
Original file line number Diff line number Diff line change 22
33namespace Http \Factory \Diactoros ;
44
5- use Interop \Http \Factory \UploadedFileFactoryInterface ;
5+ use Psr \Http \Message \UploadedFileFactoryInterface ;
66use Psr \Http \Message \StreamInterface ;
77use Psr \Http \Message \UploadedFileInterface ;
88use Zend \Diactoros \UploadedFile ;
Original file line number Diff line number Diff line change 22
33namespace Http \Factory \Diactoros ;
44
5- use Interop \Http \Factory \UriFactoryInterface ;
5+ use Psr \Http \Message \UriFactoryInterface ;
66use Psr \Http \Message \UriInterface ;
77use Zend \Diactoros \Uri ;
88
You can’t perform that action at this time.
0 commit comments