allow installing jQuery 1.10 for IE support
fixes #1905
Showing
... | ... | @@ -73,7 +73,7 @@ |
"ext-mbstring": "*", | ||
"lib-pcre": "*", | ||
"yiisoft/yii2-composer": "*", | ||
"yiisoft/jquery": "2.0.*", | ||
"yiisoft/jquery": "~2.0 | ~1.10", | ||
"phpspec/php-diff": ">=1.0.2", | ||
"ezyang/htmlpurifier": "4.6.*", | ||
"michelf/php-markdown": "1.3.*" | ||
... | ... |
Please
register
or
sign in
to comment