vernes / YiiMailer

Yii extension for sending emails with layouts using PHPMailer
81 stars 38 forks source link

Update composer.json to allow for later versions of phpmailer than 5.2.6 #26

Closed jcherniak closed 7 years ago

jcherniak commented 9 years ago

I needed to install PHPMailer > 5.2.14, but the PHPMailer version was hardcoded in composer.json. This patch allows for minor version updates as necessary.

jcherniak commented 9 years ago

Needed to use the getters referenced in #12