Browse Source

updated composer.json to be less restrictive

also removed superflous minimum-stability definition
tags/2.0.0-alpha
Carsten Brandt 12 years ago
parent
commit
9817db777d
  1. 3
      composer.json

3
composer.json

@ -17,10 +17,9 @@
"email": "klimov.paul@gmail.com" "email": "klimov.paul@gmail.com"
} }
], ],
"minimum-stability": "dev",
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"swiftmailer/swiftmailer": "@stable" "swiftmailer/swiftmailer": "*"
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\swiftmailer\\": "" } "psr-0": { "yii\\swiftmailer\\": "" }

Loading…
Cancel
Save