Skip to content

Missing Class Dependency results in Class Not Found? #625

@Dwarfex

Description

@Dwarfex

I'm having issues installing the latests doctrine packages with laminas.
I was using
"doctrine/doctrine-orm-module": "^3.0",
and it seems as if i got into a situiation where

The referenced MappingDriverChain Class within the most recent /config/module.config.php

Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain
has become
Doctrine\Persistence\Mapping\Driver\MappingDriverChain;

and thus moved from the doctrine/common to the doctrine/persistence package?

see:

use Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain;

I'm sorry if this is a bit unspecific - but i hadn't had time to troubleshoot in a deeper manner.
This was also referenced here: https://www.php.de/forum/webentwicklung/php-frameworks/1577266-composer-installiert-doctrine-module-f%C3%BCr-laminas-nicht-richtig

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions