File tree Expand file tree Collapse file tree 4 files changed +0
-34
lines changed
Expand file tree Collapse file tree 4 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 6969 "laminas/laminas-servicemanager" : " ^3.10" ,
7070 "mezzio/mezzio" : " ^3.3" ,
7171 "mezzio/mezzio-laminasviewrenderer" : " ^2.3" ,
72- "northwoods/container" : " ^3.0" ,
7372 "php-coveralls/php-coveralls" : " ^2.4" ,
7473 "phpstan/phpstan" : " ^1.6.7" ,
7574 "phpstan/phpstan-webmozart-assert" : " ^1.0" ,
Original file line number Diff line number Diff line change 55use ArrayObject ;
66use Aura \Di \Container as AuraContainer ;
77use Aura \Di \ContainerBuilder as AuraContainerBuilder ;
8- use Auryn \Injector ;
98use Doctrine \DBAL \Connection ;
109use Doctrine \DBAL \Driver \PDO \MySql \Driver ;
1110use Doctrine \ORM \EntityManager ;
1615use Kahlan \Plugin \Double ;
1716use Laminas \ServiceManager \ServiceManager ;
1817use Mezzio \Template \TemplateRendererInterface ;
19- use Northwoods \Container \InjectorContainer ;
2018use PDO ;
2119use Pimple \Container as PimpleContainer ;
2220use Pimple \Psr11 \Container as Psr11PimpleContainer ;
3028 given ('mapCreateContainers ' , fn () : array => [
3129 AuraContainer::class => (new AuraContainerBuilder ())->newInstance (),
3230 SymfonyContainerBuilder::class => new SymfonyContainerBuilder (),
33- InjectorContainer::class => new InjectorContainer (new Injector ()),
3431 Psr11PimpleContainer::class => new Psr11PimpleContainer (new PimpleContainer ()),
3532 ]);
3633
Original file line number Diff line number Diff line change 99use Doctrine \ORM \EntityManager ;
1010use ErrorHeroModule \Handler \Logging ;
1111use ErrorHeroModule \Transformer \AuraService ;
12- use ErrorHeroModule \Transformer \AurynService ;
1312use ErrorHeroModule \Transformer \Doctrine ;
1413use ErrorHeroModule \Transformer \PimpleService ;
1514use ErrorHeroModule \Transformer \SymfonyService ;
1615use Laminas \ServiceManager \ServiceManager ;
1716use Mezzio \Template \TemplateRendererInterface ;
18- use Northwoods \Container \InjectorContainer ;
1917use Pimple \Psr11 \Container as Psr11PimpleContainer ;
2018use Psr \Container \ContainerInterface ;
2119use RuntimeException ;
@@ -32,7 +30,6 @@ class MezzioFactory
3230 private const CONTAINERS_TRANSFORM = [
3331 ContainerBuilder::class => SymfonyService::class,
3432 AuraContainer::class => AuraService::class,
35- InjectorContainer::class => AurynService::class,
3633 Psr11PimpleContainer::class => PimpleService::class,
3734 ];
3835
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments