mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Fixes #1905: Update composer.json to use jQuery 2.0.*
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
"ext-mbstring": "*",
|
||||
"lib-pcre": "*",
|
||||
"yiisoft/yii2-composer": "*",
|
||||
"yiisoft/jquery": "1.10.*",
|
||||
"yiisoft/jquery": "2.0.*",
|
||||
"phpspec/php-diff": ">=1.0.2",
|
||||
"ezyang/htmlpurifier": "4.6.*",
|
||||
"michelf/php-markdown": "1.3.*"
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
"ext-mbstring": "*",
|
||||
"lib-pcre": "*",
|
||||
"yiisoft/yii2-composer": "*",
|
||||
"yiisoft/jquery": "1.10.*",
|
||||
"yiisoft/jquery": "2.0.*",
|
||||
"phpspec/php-diff": ">=1.0.2",
|
||||
"ezyang/htmlpurifier": "4.6.*",
|
||||
"michelf/php-markdown": "1.3.*"
|
||||
|
||||
Reference in New Issue
Block a user