File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "php" : " ^8.0" ,
1616 "codeception/lib-innerbrowser" : " ^3.0 | ^4.0" ,
1717 "codeception/codeception" : " ^5.0.8" ,
18- "container-interop/container-interop" : " ^1.2" ,
1918 "laminas/laminas-diactoros" : " ^2.0 || ^3.0" ,
20- "mezzio/mezzio" : " ^3.0"
19+ "mezzio/mezzio" : " ^3.0" ,
20+ "psr/container" : " ^1|^2"
2121 },
2222 "require-dev" : {
2323 "codeception/module-rest" : " ^3.3"
Original file line number Diff line number Diff line change 66
77use Codeception \Configuration ;
88use Exception ;
9- use Interop \Container \ContainerInterface ;
109use Laminas \Diactoros \ServerRequest ;
1110use Laminas \Diactoros \UploadedFile ;
1211use Mezzio \Application ;
12+ use Psr \Container \ContainerInterface ;
1313use Symfony \Component \BrowserKit \AbstractBrowser as Client ;
1414use Symfony \Component \BrowserKit \Request as BrowserKitRequest ;
1515use Symfony \Component \BrowserKit \Response ;
Original file line number Diff line number Diff line change 99use Codeception \Lib \Interfaces \DoctrineProvider ;
1010use Codeception \TestInterface ;
1111use Doctrine \ORM \EntityManagerInterface ;
12- use Interop \Container \ContainerInterface ;
1312use Mezzio \Application ;
1413use PHPUnit \Framework \AssertionFailedError ;
14+ use Psr \Container \ContainerInterface ;
1515use Symfony \Component \BrowserKit \AbstractBrowser ;
1616
1717/**
3333 * ## Public properties
3434 *
3535 * * application - instance of `\Mezzio\Application`
36- * * container - instance of `\Interop \Container\ContainerInterface`
36+ * * container - instance of `\Psr \Container\ContainerInterface`
3737 * * client - BrowserKit client
3838 *
3939 */
You can’t perform that action at this time.
0 commit comments