You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
I have seen that this package requires zendframework/zend-loader, just for one class, the Zend\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 on zendframework/zend-loader (assuming I'm not missing anything...).
I could do it if you want.
The text was updated successfully, but these errors were encountered:
On 15 Dec 2017 23:42, "Alejandro Celaya" ***@***.***> wrote:
I have seen that this package requires zendframework/zend-loader, just
for one class, the Zend\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 on
zendframework/zend-loader (assuming I'm not missing anything...).
I could do it if you want.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#185>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAJakA0Io3UFHVl5vZQRH2NYFXA4I7aHks5tAvXCgaJpZM4REFdX>
.
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.
The text was updated successfully, but these errors were encountered: