first commit
This commit is contained in:
59
vendor/yiisoft/yii2-redis/composer.json
vendored
Normal file
59
vendor/yiisoft/yii2-redis/composer.json
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "yiisoft/yii2-redis",
|
||||
"description": "Redis Cache, Session and ActiveRecord for the Yii framework",
|
||||
"keywords": [
|
||||
"yii2",
|
||||
"redis",
|
||||
"active-record",
|
||||
"cache",
|
||||
"session"
|
||||
],
|
||||
"keywords": ["yii2", "redis", "active-record", "cache", "session"],
|
||||
"type": "yii2-extension",
|
||||
"license": "BSD-3-Clause",
|
||||
"support": {
|
||||
"issues": "https://github.com/yiisoft/yii2-redis/issues",
|
||||
"forum": "https://www.yiiframework.com/forum/",
|
||||
"wiki": "https://www.yiiframework.com/wiki/",
|
||||
"irc": "ircs://irc.libera.chat:6697/yii",
|
||||
"source": "https://github.com/yiisoft/yii2-redis"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Carsten Brandt",
|
||||
"email": "mail@cebe.cc"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.3 || ^8.0",
|
||||
"yiisoft/yii2": "~2.0.39",
|
||||
"ext-openssl": "*",
|
||||
"predis/predis": "^v2.3.0|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "9.*",
|
||||
"yiisoft/yii2-dev": "~2.0.39"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "yii\\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"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"yiisoft/yii2-composer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user