Browse Source

Swiftmailer composer version switched to @stable

tags/2.0.0-alpha
Klimov Paul 12 years ago
parent
commit
dc5fa045a7
  1. 2
      composer.json

2
composer.json

@ -20,7 +20,7 @@
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*",
"swiftmailer/swiftmailer": ">=v5.0"
"swiftmailer/swiftmailer": "@stable"
},
"autoload": {
"psr-0": { "yii\\swiftmailer\\": "" }

Loading…
Cancel
Save