File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "require-dev" : {
2323 "infection/infection" : " ^0.13" ,
24+ "laminas/laminas-diactoros" : " ^2.2" ,
2425 "lcobucci/coding-standard" : " ^3.0" ,
2526 "phpstan/phpstan" : " ^0.11" ,
2627 "phpstan/phpstan-deprecation-rules" : " ^0.11" ,
2728 "phpstan/phpstan-phpunit" : " ^0.11" ,
2829 "phpstan/phpstan-strict-rules" : " ^0.11" ,
2930 "phpunit/phpunit" : " ^8.2" ,
30- "squizlabs/php_codesniffer" : " ^3.4" ,
31- "zendframework/zend-diactoros" : " ^2.0"
31+ "squizlabs/php_codesniffer" : " ^3.4"
3232 },
3333 "autoload" : {
3434 "psr-4" : {
Original file line number Diff line number Diff line change 44namespace Lcobucci \ErrorHandling \Tests ;
55
66use Fig \Http \Message \StatusCodeInterface ;
7+ use Laminas \Diactoros \Response ;
8+ use Laminas \Diactoros \ResponseFactory ;
9+ use Laminas \Diactoros \ServerRequest ;
710use Lcobucci \ContentNegotiation \UnformattedResponse ;
811use Lcobucci \ErrorHandling \DebugInfoStrategy ;
912use Lcobucci \ErrorHandling \DebugInfoStrategy \NoDebugInfo ;
1619use Psr \Http \Server \RequestHandlerInterface ;
1720use RuntimeException ;
1821use Throwable ;
19- use Zend \Diactoros \Response ;
20- use Zend \Diactoros \ResponseFactory ;
21- use Zend \Diactoros \ServerRequest ;
2222
2323/**
2424 * @coversDefaultClass \Lcobucci\ErrorHandling\ErrorConversionMiddleware
Original file line number Diff line number Diff line change 33
44namespace Lcobucci \ErrorHandling \Tests ;
55
6+ use Laminas \Diactoros \Response ;
7+ use Laminas \Diactoros \ServerRequest ;
68use Lcobucci \ErrorHandling \ErrorLoggingMiddleware ;
79use PHPUnit \Framework \MockObject \MockObject ;
810use PHPUnit \Framework \TestCase ;
911use Psr \Http \Server \RequestHandlerInterface ;
1012use Psr \Log \LoggerInterface ;
1113use RuntimeException ;
12- use Zend \Diactoros \Response ;
13- use Zend \Diactoros \ServerRequest ;
1414
1515/**
1616 * @coversDefaultClass \Lcobucci\ErrorHandling\ErrorLoggingMiddleware
You can’t perform that action at this time.
0 commit comments