Closed
Description
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 the Headers
class.
However, I have also removed the getPluginClassLoader
and setPluginClassLoader
methods. Since they are public, this might be a BC break. What do you think?
Originally posted by @acelaya at zendframework/zend-mail#186