Skip to content

Commit

Permalink
remove auryn support
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 7, 2022
1 parent 467923f commit e8a879d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"laminas/laminas-servicemanager": "^3.10",
"mezzio/mezzio": "^3.3",
"mezzio/mezzio-laminasviewrenderer": "^2.3",
"northwoods/container": "^3.0",
"php-coveralls/php-coveralls": "^2.4",
"phpstan/phpstan": "^1.6.7",
"phpstan/phpstan-webmozart-assert": "^1.0",
Expand Down
3 changes: 0 additions & 3 deletions spec/Middleware/MezzioFactorySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use ArrayObject;
use Aura\Di\Container as AuraContainer;
use Aura\Di\ContainerBuilder as AuraContainerBuilder;
use Auryn\Injector;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\PDO\MySql\Driver;
use Doctrine\ORM\EntityManager;
Expand All @@ -16,7 +15,6 @@
use Kahlan\Plugin\Double;
use Laminas\ServiceManager\ServiceManager;
use Mezzio\Template\TemplateRendererInterface;
use Northwoods\Container\InjectorContainer;
use PDO;
use Pimple\Container as PimpleContainer;
use Pimple\Psr11\Container as Psr11PimpleContainer;
Expand All @@ -30,7 +28,6 @@
given('mapCreateContainers', fn() : array => [
AuraContainer::class => (new AuraContainerBuilder())->newInstance(),
SymfonyContainerBuilder::class => new SymfonyContainerBuilder(),
InjectorContainer::class => new InjectorContainer(new Injector()),
Psr11PimpleContainer::class => new Psr11PimpleContainer(new PimpleContainer()),
]);

Expand Down
3 changes: 0 additions & 3 deletions src/Middleware/MezzioFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
use Doctrine\ORM\EntityManager;
use ErrorHeroModule\Handler\Logging;
use ErrorHeroModule\Transformer\AuraService;
use ErrorHeroModule\Transformer\AurynService;
use ErrorHeroModule\Transformer\Doctrine;
use ErrorHeroModule\Transformer\PimpleService;
use ErrorHeroModule\Transformer\SymfonyService;
use Laminas\ServiceManager\ServiceManager;
use Mezzio\Template\TemplateRendererInterface;
use Northwoods\Container\InjectorContainer;
use Pimple\Psr11\Container as Psr11PimpleContainer;
use Psr\Container\ContainerInterface;
use RuntimeException;
Expand All @@ -32,7 +30,6 @@ class MezzioFactory
private const CONTAINERS_TRANSFORM = [
ContainerBuilder::class => SymfonyService::class,
AuraContainer::class => AuraService::class,
InjectorContainer::class => AurynService::class,
Psr11PimpleContainer::class => PimpleService::class,
];

Expand Down
27 changes: 0 additions & 27 deletions src/Transformer/AurynService.php

This file was deleted.

0 comments on commit e8a879d

Please sign in to comment.