Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

[ZF3] zend-serializer is required #185

@matbech

Description

@matbech

In Controller\LazyControllerAbstractFacatory.php there is a reference to zend-serializer:
use Zend\Serializer\AdapterPluginManager as SerializerAdapterManager;

Therefore the zend-serializer is required in the composer.json dependencies or at minimum in the 'suggest' section.

Another option would be to remove the SerializerAdapterManager alias:
SerializerAdapterManager::class => 'SerializerAdapterManager',
or replace the SerializerAdapterManager::class with the actual class name string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions