yiisoft / yii2-swiftmailer

Yii 2 swiftmailer extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
116 stars 74 forks source link

the dependency "swiftmailer/swiftmailer" 6.0.1+ need php7+ #79

Closed lorry01 closed 5 years ago

lorry01 commented 5 years ago

The dependency "swiftmailer/swiftmailer" 6.0.1+ need php7+,but yii2.0.17 do not need 7+.

while php < 7 , "yii2-swiftmailer" report error, example:

PHP Parse error:  syntax error, unexpected '?' in C:\path\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Mime\SimpleMessage.php on line 490
PHP Parse Error 'yii\base\ErrorException' with message 'syntax error, unexpected '?''

in C:\path\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Mime\SimpleMessage.php:490
rob006 commented 5 years ago

You can use 2.0 line of this extension - it uses swiftmailer 5.0 and it should work with PHP 5: https://github.com/yiisoft/yii2-swiftmailer/blob/2.0.7/composer.json