doctrine / event-manager

The Doctrine Event Manager is a library that provides a simple event system.
https://www.doctrine-project.org/projects/event-manager.html
MIT License
5.94k stars 21 forks source link

Flatten directory structure #49

Closed derrabus closed 2 years ago

gnutix commented 2 years ago

@derrabus Right after upgrading my application with the following Doctrine-related version bumps, I get an error :

Compile Error: Cannot declare class Doctrine\Common\EventManager, because the name is already in use

Am I missing something ? If I lock doctrine/event-manager to 1.1.2 and upgrade the rest, it works.

derrabus commented 2 years ago

I don't know, but without a reproducer I cannot help you.

derrabus commented 2 years ago

Also, please open a dedicated issue for this.