Skip to content

Commit

Permalink
[zend-mail] update zend-mail deps according to usage (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg authored Feb 25, 2024
1 parent 3e244f5 commit c87deae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/zend-mail/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.15.3",
"zf1s/zend-loader": "^1.15.3",
"zf1s/zend-mime": "^1.15.3",
"zf1s/zend-registry": "^1.15.3",
"zf1s/zend-validate": "^1.15.3"
Expand All @@ -18,7 +17,10 @@
}
},
"suggest": {
"ext-posix": "Used in special situations or with special adapters"
"ext-posix": "Used in special situations or with special adapters",
"zf1s/zend-config": "Used in special situations or with special adapters",
"zf1s/zend-date": "Used in special situations or with special adapters",
"zf1s/zend-loader": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-mail": "^1.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-mail/library/Zend/Mail/Transport/Smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function _sendMail()
* @access protected
* @param array $headers
* @return void
* @throws Zend_Transport_Exception
* @throws Zend_Mail_Transport_Exception
*/
protected function _prepareHeaders($headers)
{
Expand Down

0 comments on commit c87deae

Please sign in to comment.