Commit f5c1df54 authored by rlgy's avatar rlgy

redis

parent 259c5345
{ {
"name": "manage-backend", "name": "manage-backend",
"description": "manage backend", "description": "manage backend",
"keywords": ["yii2", "manage-backend"], "keywords": [
"homepage": "http://www.yiiframework.com/", "yii2",
"type": "project", "manage-backend"
"license": "BSD-3-Clause", ],
"minimum-stability": "stable", "homepage": "http://www.yiiframework.com/",
"require": { "type": "project",
"php": ">=5.4.0", "license": "BSD-3-Clause",
"yiisoft/yii2": "~2.0.6", "minimum-stability": "stable",
"yiisoft/yii2-bootstrap": "~2.0.0", "require": {
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0", "php": ">=5.4.0",
"e282486518/yii2-console-migration": "*", "yiisoft/yii2": "~2.0.6",
"kartik-v/yii2-widgets": "*", "yiisoft/yii2-bootstrap": "~2.0.0",
"kartik-v/yii2-field-range": "*", "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"kartik-v/yii2-date-range": "*", "e282486518/yii2-console-migration": "*",
"kartik-v/yii2-widget-fileinput": "*" "kartik-v/yii2-widgets": "*",
}, "kartik-v/yii2-field-range": "*",
"require-dev": { "kartik-v/yii2-date-range": "*",
"yiisoft/yii2-debug": "~2.0.0", "kartik-v/yii2-widget-fileinput": "*",
"yiisoft/yii2-gii": "~2.0.0", "yiisoft/yii2-redis": "~2.0.0"
"yiisoft/yii2-faker": "~2.0.0", },
"codeception/base": "^2.2.3", "require-dev": {
"codeception/verify": "~0.3.1" "yiisoft/yii2-debug": "~2.0.0",
}, "yiisoft/yii2-gii": "~2.0.0",
"config": { "yiisoft/yii2-faker": "~2.0.0",
"process-timeout": 1800 "codeception/base": "^2.2.3",
}, "codeception/verify": "~0.3.1"
"repositories": { },
"packagist": { "config": {
"type": "composer", "process-timeout": 1800
"url": "https://packagist.phpcomposer.com" },
} "repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
} }
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment