finish
Showing
{ | ||
"name": "yii2_33cn", | ||
"name": "yiisoft/yii2-app-basic", | ||
"description": "Yii 2 Basic Project Template", | ||
"keywords": ["yii2", "framework", "basic", "project template"], | ||
"homepage": "http://www.yiiframework.com/", | ||
... | ... | @@ -13,6 +13,23 @@ |
"source": "https://github.com/yiisoft/yii2" | ||
}, | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": ">=5.4.0", | ||
"yiisoft/yii2": "~2.0.14", | ||
"yiisoft/yii2-bootstrap": "~2.0.0", | ||
"yiisoft/yii2-swiftmailer": "~2.0.0", | ||
"yiisoft/yii2-redis": "~2.0.0" | ||
}, | ||
"require-dev": { | ||
"yiisoft/yii2-debug": "~2.0.0", | ||
"yiisoft/yii2-gii": "~2.0.0", | ||
"yiisoft/yii2-faker": "~2.0.0", | ||
"codeception/base": "^2.2.3", | ||
"codeception/verify": "~0.3.1", | ||
"codeception/specify": "~0.4.3", | ||
"yiisoft/yii2-redis": "~2.0.0" | ||
}, | ||
"config": { | ||
"process-timeout": 1800, | ||
"fxp-asset": { | ||
... | ... |
composer.json.back
0 → 100644
Please
register
or
sign in
to comment