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": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "~2.0.0",
"swiftmailer/swiftmailer": "*" "swiftmailer/swiftmailer": "*"
}, },
"autoload": { "autoload": {

Loading…
Cancel
Save