Commit 46488e67 by Carsten Brandt

improved version constraints for bower asset packages

parent e40fd9d6
...@@ -17,10 +17,7 @@ ...@@ -17,10 +17,7 @@
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*", "yiisoft/yii2-swiftmailer": "*"
"bower-asset/jquery": "@stable",
"bower-asset/jquery-ui": "@stable",
"bower-asset/jquery.inputmask": "@stable"
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-codeception": "*", "yiisoft/yii2-codeception": "*",
......
...@@ -17,10 +17,7 @@ ...@@ -17,10 +17,7 @@
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*", "yiisoft/yii2-swiftmailer": "*"
"bower-asset/jquery": "@stable",
"bower-asset/jquery-ui": "@stable",
"bower-asset/jquery.inputmask": "@stable"
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-codeception": "*", "yiisoft/yii2-codeception": "*",
......
...@@ -78,13 +78,13 @@ ...@@ -78,13 +78,13 @@
"yiisoft/yii2-composer": "*", "yiisoft/yii2-composer": "*",
"ezyang/htmlpurifier": "4.6.*", "ezyang/htmlpurifier": "4.6.*",
"cebe/markdown": "0.9.*", "cebe/markdown": "0.9.*",
"bower-asset/jquery": "~1.11 | ~2.1", "bower-asset/jquery": "2.1.*@stable | ~2.1@stable | ~1.11@stable",
"bower-asset/jquery.inputmask": "~3.1", "bower-asset/jquery.inputmask": "3.1.* | ~3.1",
"bower-asset/punycode": "~1.3", "bower-asset/punycode": "1.3.* | ~1.3",
"bower-asset/yii2-pjax": "~2.0", "bower-asset/yii2-pjax": "2.0.* | ~2.0",
"bower-asset/bootstrap": "~3.2", "bower-asset/bootstrap": "3.2.* | ~3.1",
"bower-asset/jquery-ui": "~1.11", "bower-asset/jquery-ui": "1.11.*@stable | ~1.11@stable",
"bower-asset/typeahead.js": "~0.10" "bower-asset/typeahead.js": "0.10.* | ~0.10"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"bower-asset/bootstrap": "~3.2" "bower-asset/bootstrap": "3.2.* | ~3.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-bootstrap": "*",
"phpspec/php-diff": ">=1.0.2", "phpspec/php-diff": ">=1.0.2",
"bower-asset/typeahead.js": "~0.10" "bower-asset/typeahead.js": "0.10.* | ~0.10"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
], ],
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"bower-asset/jquery-ui": "~1.11" "bower-asset/jquery-ui": "1.11.*@stable | ~1.11@stable"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -58,10 +58,10 @@ ...@@ -58,10 +58,10 @@
"yiisoft/yii2-composer": "*", "yiisoft/yii2-composer": "*",
"ezyang/htmlpurifier": "4.6.*", "ezyang/htmlpurifier": "4.6.*",
"cebe/markdown": "0.9.*", "cebe/markdown": "0.9.*",
"bower-asset/jquery": "~1.11 | ~2.1", "bower-asset/jquery": "2.1.*@stable | ~2.1@stable | ~1.11@stable",
"bower-asset/jquery.inputmask": "~3.1", "bower-asset/jquery.inputmask": "3.1.* | ~3.1",
"bower-asset/punycode": "~1.3", "bower-asset/punycode": "1.3.* | ~1.3",
"bower-asset/yii2-pjax": "~2.0" "bower-asset/yii2-pjax": "2.0.* | ~2.0"
}, },
"autoload": { "autoload": {
"psr-4": {"yii\\": ""} "psr-4": {"yii\\": ""}
......
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