2 Star 1 Fork 0

Wang Ningkai / yii2-phpredis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brooks Bao 提交于 2019-09-16 15:37 . init project
{
"name": "bootell/yii2-phpredis",
"description": "Redis Cache, Session and ActiveRecord for the Yii framework",
"keywords": ["yii2", "redis", "phpredis", "active-record", "cache", "session"],
"license": "BSD-3-Clause",
"require": {
"yiisoft/yii2-redis": "~2.0.0",
"ext-redis": ">5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"yiisoft/yii2-dev": "^2.0"
},
"autoload": {
"psr-4": { "bootell\\redis\\": "src" }
},
"autoload-dev": {
"psr-4": { "yiiunit\\extensions\\redis\\": "tests/"}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
1
https://gitee.com/wangningkai/yii2-phpredis.git
git@gitee.com:wangningkai/yii2-phpredis.git
wangningkai
yii2-phpredis
yii2-phpredis
master

搜索帮助