-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Consider removing dependency on zend-loader #40
Comments
LGTM: kill it 👍 On 15 Dec 2017 23:42, "Alejandro Celaya" [email protected] wrote:
Originally posted by @Ocramius at zendframework/zend-mail#185 (comment) |
I've created PR #95 for it. |
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
I have seen that this package requires
zendframework/zend-loader
, just for one class, theZend\Mail\Header\HeaderLoader
.However, this class basically defines a map to resolve header names to class names.
Would you be open to replace this by a simple array map in the
Zend\Mail\Headers
class? This would let us drop the requirement onzendframework/zend-loader
(assuming I'm not missing anything...).I could do it if you want.
Originally posted by @acelaya at zendframework/zend-mail#185
The text was updated successfully, but these errors were encountered: