Commit 0eaafd74 by Carsten Brandt

updated composer.json to be less restrictive

also removed superflous minimum-stability definition
parent 539e233d
......@@ -11,7 +11,12 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Qiang Xue",
"email": "qiang.xue@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*",
"twbs/bootstrap": "3.0.*"
......
......@@ -17,7 +17,6 @@
"email": "qiang.xue@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-0": { "yii\\composer\\": "" }
},
......
......@@ -11,7 +11,12 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Qiang Xue",
"email": "qiang.xue@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*"
......
......@@ -11,7 +11,12 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Qiang Xue",
"email": "qiang.xue@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*"
......
......@@ -11,7 +11,12 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"authors": [
{
"name": "Qiang Xue",
"email": "qiang.xue@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*"
},
......
......@@ -17,10 +17,9 @@
"email": "sam@rmcreative.ru"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*",
"smarty/smarty": ">=v3.1.13"
"smarty/smarty": "*"
},
"autoload": {
"psr-0": { "yii\\smarty\\": "" }
......
......@@ -17,10 +17,9 @@
"email": "klimov.paul@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*",
"swiftmailer/swiftmailer": "@stable"
"swiftmailer/swiftmailer": "*"
},
"autoload": {
"psr-0": { "yii\\swiftmailer\\": "" }
......
......@@ -17,10 +17,9 @@
"email": "sam@rmcreative.ru"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*",
"twig/twig": "1.13.*"
"twig/twig": "*"
},
"autoload": {
"psr-0": { "yii\\twig\\": "" }
......
......@@ -65,10 +65,10 @@
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2-composer": "*",
"yiisoft/jquery": "1.10.*",
"ext-mbstring": "*",
"lib-pcre": "*",
"yiisoft/yii2-composer": "*",
"yiisoft/jquery": "1.10.*",
"phpspec/php-diff": ">=1.0.2",
"ezyang/htmlpurifier": "4.5.*",
"michelf/php-markdown": "1.3.*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment