We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fe7a2 commit 0be351fCopy full SHA for 0be351f
composer.json
@@ -6,7 +6,8 @@
6
"yii",
7
"framework",
8
"cache",
9
- "psr-16"
+ "psr-16",
10
+ "db"
11
],
12
"homepage": "https://www.yiiframework.com/",
13
"license": "BSD-3-Clause",
@@ -18,8 +19,6 @@
18
19
"chat": "https://t.me/yii3en",
20
"source": "https://github.com/yiisoft/cache-db"
21
},
- "minimum-stability": "dev",
22
- "prefer-stable": true,
23
"require": {
24
"php": "^8.0",
25
"ext-pdo": "*",
@@ -53,11 +52,6 @@
53
52
"Yiisoft\\Cache\\Db\\Tests\\": "tests"
54
}
55
56
- "extra": {
57
- "branch-alias": {
58
- "dev-master": "3.0.x-dev"
59
- }
60
- },
61
"config": {
62
"sort-packages": true,
63
"allow-plugins": {
0 commit comments