|
|
@ -21,6 +21,12 @@ |
|
|
|
"yiisoft/yii2": "~2.0.4", |
|
|
|
"yiisoft/yii2": "~2.0.4", |
|
|
|
"swiftmailer/swiftmailer": "~6.0" |
|
|
|
"swiftmailer/swiftmailer": "~6.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"repositories": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"type": "composer", |
|
|
|
|
|
|
|
"url": "https://asset-packagist.org" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
"autoload": { |
|
|
|
"autoload": { |
|
|
|
"psr-4": { "yii\\swiftmailer\\": "" } |
|
|
|
"psr-4": { "yii\\swiftmailer\\": "" } |
|
|
|
}, |
|
|
|
}, |
|
|
|