mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
updated composer.json to match the one in framework
This commit is contained in:
@@ -63,12 +63,13 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
|
"ext-ctype": "*",
|
||||||
"lib-pcre": "*",
|
"lib-pcre": "*",
|
||||||
"yiisoft/yii2-composer": "~2.0.4",
|
"yiisoft/yii2-composer": "~2.0.4",
|
||||||
"ezyang/htmlpurifier": "4.6.*",
|
"ezyang/htmlpurifier": "4.6.*",
|
||||||
"cebe/markdown": "~1.0.0 | ~1.1.0",
|
"cebe/markdown": "~1.0.0 | ~1.1.0",
|
||||||
"bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable",
|
"bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable",
|
||||||
"bower-asset/jquery.inputmask": "3.1.*",
|
"bower-asset/jquery.inputmask": "~3.2.2",
|
||||||
"bower-asset/punycode": "1.3.*",
|
"bower-asset/punycode": "1.3.*",
|
||||||
"bower-asset/yii2-pjax": "~2.0.1"
|
"bower-asset/yii2-pjax": "~2.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user