Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken require_once in Module.php #748

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

driehle
Copy link
Member

@driehle driehle commented Nov 4, 2021

This issue comes from the switch of PSR-0 to PSR-4, where this file has not been updated accordingly.

The file Module.php in the root directory is only used in some cases by laminas/laminas-loader when autoloading via composer is not in place. Nevertheless, this should be fixed anyways.

This issue comes from the switch of PSR-0 to PSR-4, where this file has not been updated accordingly.
@driehle driehle added the Bug label Nov 4, 2021
@driehle driehle added this to the 4.2.1 milestone Nov 4, 2021
@driehle driehle self-assigned this Nov 4, 2021
@greg0ire greg0ire merged commit f59739b into doctrine:4.2.x Nov 4, 2021
@greg0ire
Copy link
Member

greg0ire commented Nov 4, 2021

Thanks @driehle !

@driehle driehle deleted the hotfix/module-class branch November 4, 2021 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants