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

Fix PHP PSR-4 autoloading #428

Closed
wants to merge 1 commit into from

Conversation

CerebralFart
Copy link

@CerebralFart CerebralFart commented Nov 13, 2023

The recent change to the PSR-4 autoloading configuration for PHP had a slight error which caused it to be broken. In the old configuration, composer expected the MailChecker class to exist at platform/php/PHP/MailChecker.php, while it existed at platform/php/MailChecker.php. By changing this autoload root, composer is now able to properly locate the class again.

Do let me know if I need to elaborate on something.

@MatteoFeltrin
Copy link

I think this should be merged asap or the update is inoperable 😅

@FGRibreau
Copy link
Owner

FGRibreau commented Nov 20, 2023

Superseeded by #430

@FGRibreau FGRibreau closed this Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants