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
1ef4851ff7
  1. 7
      composer.json

7
composer.json

@ -11,7 +11,12 @@
"irc": "irc://irc.freenode.net/yii", "irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2" "source": "https://github.com/yiisoft/yii2"
}, },
"minimum-stability": "dev", "authors": [
{
"name": "Qiang Xue",
"email": "qiang.xue@gmail.com"
}
],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"twbs/bootstrap": "3.0.*" "twbs/bootstrap": "3.0.*"

Loading…
Cancel
Save