-
- Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
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
Labels
No labels