Browse Source

`swiftmailer` version locked reduced to '~5.0'

tags/2.0.4
Klimov Paul 10 years ago
parent
commit
e204c9920d
  1. 2
      composer.json

2
composer.json

@ -19,7 +19,7 @@
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"swiftmailer/swiftmailer": "~5.4" "swiftmailer/swiftmailer": "~5.0"
}, },
"autoload": { "autoload": {
"psr-4": { "yii\\swiftmailer\\": "" } "psr-4": { "yii\\swiftmailer\\": "" }

Loading…
Cancel
Save