mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
Fixed composer.json.
This commit is contained in:
@@ -76,8 +76,6 @@
|
|||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"lib-pcre": "*",
|
"lib-pcre": "*",
|
||||||
"yiisoft/yii2-composer": "*",
|
"yiisoft/yii2-composer": "*",
|
||||||
"yiisoft/jquery": "~2.0 | ~1.10",
|
|
||||||
"yiisoft/jquery-pjax": "*",
|
|
||||||
"ezyang/htmlpurifier": "4.6.*",
|
"ezyang/htmlpurifier": "4.6.*",
|
||||||
"cebe/markdown": "0.9.*",
|
"cebe/markdown": "0.9.*",
|
||||||
"bower-asset/jquery": ">=1.8",
|
"bower-asset/jquery": ">=1.8",
|
||||||
@@ -93,6 +91,7 @@
|
|||||||
"smarty/smarty": "*",
|
"smarty/smarty": "*",
|
||||||
"imagine/imagine": "v0.5.0",
|
"imagine/imagine": "v0.5.0",
|
||||||
"swiftmailer/swiftmailer": "*",
|
"swiftmailer/swiftmailer": "*",
|
||||||
|
"fzaninotto/faker": "*",
|
||||||
"cebe/indent": "*"
|
"cebe/indent": "*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@@ -132,5 +131,11 @@
|
|||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"framework/yii"
|
"framework/yii"
|
||||||
]
|
],
|
||||||
|
"extra": {
|
||||||
|
"asset-installer-paths": {
|
||||||
|
"npm-asset-library": "vendor/npm",
|
||||||
|
"bower-asset-library": "vendor/bower"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user