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

Drop zend loader, module loader and autoloader provider features. #4

Open
weierophinney opened this issue Dec 31, 2019 · 1 comment · May be fixed by #12
Open

Drop zend loader, module loader and autoloader provider features. #4

weierophinney opened this issue Dec 31, 2019 · 1 comment · May be fixed by #12
Labels

Comments

@weierophinney
Copy link
Member

Composer has became a de-facto standard for managing dependencies and autoloading, Zend Framework itself distributes and manages its dependencies via composer. That makes Composer virtually guaranteed to be present for any application.

This PR drops autoloader support in zend-modulemanager in favor of composer autoloader.

This change opens a way for more Module Manager improvements to follow.


Originally posted by @Xerkus at zendframework/zend-modulemanager#78

@samsonasik
Copy link
Member

I've created PR #12 for it.

samsonasik added a commit to samsonasik/laminas-modulemanager that referenced this issue Aug 30, 2020
…rovider features

Signed-off-by: Abdul Malik Ikhsan <[email protected]>
weierophinney pushed a commit to samsonasik/laminas-modulemanager that referenced this issue Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants