Browse Source

Fixed swiftmailer extension composer.json

tags/2.0.3
Alexander Kochetov 10 years ago
parent
commit
7f7b672883
  1. 2
      composer.json

2
composer.json

@ -18,7 +18,7 @@
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2": "~2.0.0",
"swiftmailer/swiftmailer": "*"
},
"autoload": {

Loading…
Cancel
Save