* lib update

* static analyzer added
* new tags
* logger improvements
This commit is contained in:
Danyi Dávid
2018-12-03 22:13:57 +01:00
parent a49577dfad
commit b1f6daf424
39 changed files with 1387 additions and 1367 deletions

View File

@@ -36,7 +36,6 @@ return [
Middleware\NotFoundHandler::class => Container\NotFoundHandlerFactory::class,
'doctrine.entity_manager.orm_default' => \ContainerInteropDoctrine\EntityManagerFactory::class,
'doctrine.hydrator' => \App\Hydrator\DoctrineObjectFactory::class,
\App\Middleware\EventSubscriberMiddleware::class => \App\Middleware\EventSubscriberMiddlewareFactory::class,
],