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

Refactor engine implementation classes for PSR-4 autoloading #490

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

RocketMan
Copy link
Owner

The names of the engine implementation classes (and only those classes) do not conform to PSR-4 specifications, and hence require a custom autoloader.

This PR renames those classes for PSR-4 autoloading.

The classes can now load via the composer autoloader. The custom autoloader is no longer needed and has been removed.

The are no changes in application behaviour or user experience.

@RocketMan RocketMan added this to the v3.0.0 milestone Nov 30, 2024
@RocketMan RocketMan merged commit c0273ca into master Dec 1, 2024
6 checks passed
@RocketMan RocketMan deleted the refactor-engine-impl branch December 1, 2024 10:01
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.

1 participant