Skip to content

Commit 747b2c3

Browse files
committed
upd composer.json
1 parent fccdc06 commit 747b2c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"cache",
99
"session"
1010
],
11+
"keywords": ["yii2", "redis", "active-record", "cache", "session"],
1112
"type": "yii2-extension",
1213
"license": "BSD-3-Clause",
1314
"support": {
@@ -25,13 +26,13 @@
2526
],
2627
"require": {
2728
"php": "^7.2 || ^8.0",
28-
"yiisoft/yii2": "~2.0.51",
29+
"yiisoft/yii2": "~2.0.39",
2930
"ext-openssl": "*",
3031
"predis/predis": "^v2.3.0|^3.0"
3132
},
3233
"require-dev": {
3334
"phpunit/phpunit": "9.*",
34-
"yiisoft/yii2-dev": "~2.0.51"
35+
"yiisoft/yii2-dev": "~2.0.39"
3536
},
3637
"autoload": {
3738
"psr-4": { "yii\\redis\\": "src" }

0 commit comments

Comments
 (0)