-
-
Notifications
You must be signed in to change notification settings - Fork 67
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 dependency on zendframework/zend-loader #39
Comments
Builds are failing with latest dependencies, but they are failing in master too. I'll try to figure out how to fix them, but it might take me time. Originally posted by @acelaya at zendframework/zend-mail#186 (comment) |
Please rebase onto develop Originally posted by @Xerkus at zendframework/zend-mail#186 (comment) |
There is a PR with fix, I will merge it shortly Originally posted by @Xerkus at zendframework/zend-mail#186 (comment) |
Perfect then. Thanks. Originally posted by @acelaya at zendframework/zend-mail#186 (comment) |
I have rebased develop. I'll do it again once you merge the other PR. Originally posted by @acelaya at zendframework/zend-mail#186 (comment) |
Just a heads up: there is a big ongoing effort going for next major versions for zend-expressive and related packages as well as for zend-mvc. This change will require a next major version, and I do not expect to get to it until february. Originally posted by @Xerkus at zendframework/zend-mail#186 (comment) |
Ok, no rush :-) Originally posted by @acelaya at zendframework/zend-mail#186 (comment) |
This repository has been moved to laminas/laminas-mail. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:
Originally posted by @weierophinney at zendframework/zend-mail#186 (comment) |
I've created PR #95 for it. |
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
This removes the dependency on the zendframework/zend-load package, as suggested in #185
The
HeaderLoader
class has been removed and replaced by a simple class map in theHeaders
class.However, I have also removed the
getPluginClassLoader
andsetPluginClassLoader
methods. Since they are public, this might be a BC break. What do you think?Originally posted by @acelaya at zendframework/zend-mail#186
The text was updated successfully, but these errors were encountered: