Add symfonymailer to list of extensions

This commit is contained in:
Alexander Makarov
2021-12-24 01:41:40 +03:00
parent 6fb16bc30f
commit e459214a92

View File

@ -68,6 +68,7 @@ class DevController extends Controller
'smarty' => 'git@github.com:yiisoft/yii2-smarty.git', 'smarty' => 'git@github.com:yiisoft/yii2-smarty.git',
'sphinx' => 'git@github.com:yiisoft/yii2-sphinx.git', 'sphinx' => 'git@github.com:yiisoft/yii2-sphinx.git',
'swiftmailer' => 'git@github.com:yiisoft/yii2-swiftmailer.git', 'swiftmailer' => 'git@github.com:yiisoft/yii2-swiftmailer.git',
'symfonymailer' => 'git@github.com:yiisoft/yii2-symfonymailer.git',
'twig' => 'git@github.com:yiisoft/yii2-twig.git', 'twig' => 'git@github.com:yiisoft/yii2-twig.git',
]; ];