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

Laminas module version #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bhennesAdv
Copy link

Hello,

Concerning the #11 issue, I've made a commit to correct the following :

  • Change the dependency from Zend to Laminas modules (Mail and HTTP).
  • Renaming "zend" prefixed variables to more standard names
  • Removal of unused $data array computation code in Mail/Transport.php
  • Addition of use instructions in Mail/Transport.php
  • Addition of composer dependency to laminas-mail and laminas-http modules (No version constraint because I have no history of those modules versions)

As the laminas-mail module is discontinued, I'm assuming that a version check is not relevant.
For the laminas-http module, I'm assuming that the Laminas\Http\Client\Adapter\Socket will be kept as is for now.

The dependencies in the composer.json are not required as no real dependency was given until now (Even tho the Magento\Framework and Zend\Http and Zend\Mail were required).

Do not hesitate if you have any change you want me to do before merging.

Regards,
Baptiste

- Renaming "zend" prefixed variables to more standard names
- Removal of unused $data array computation code in Mail/Transport.php
- Addition of use instructions in Mail/Transport.php
- Addition of composer dependency to laminas-mail and laminas-http modules (No version constraint because I have no history of those modules versions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant