Skip to content

Commit 0be351f

Browse files
committed
Update composer.json
1 parent 12fe7a2 commit 0be351f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"yii",
77
"framework",
88
"cache",
9-
"psr-16"
9+
"psr-16",
10+
"db"
1011
],
1112
"homepage": "https://www.yiiframework.com/",
1213
"license": "BSD-3-Clause",
@@ -18,8 +19,6 @@
1819
"chat": "https://t.me/yii3en",
1920
"source": "https://github.com/yiisoft/cache-db"
2021
},
21-
"minimum-stability": "dev",
22-
"prefer-stable": true,
2322
"require": {
2423
"php": "^8.0",
2524
"ext-pdo": "*",
@@ -53,11 +52,6 @@
5352
"Yiisoft\\Cache\\Db\\Tests\\": "tests"
5453
}
5554
},
56-
"extra": {
57-
"branch-alias": {
58-
"dev-master": "3.0.x-dev"
59-
}
60-
},
6155
"config": {
6256
"sort-packages": true,
6357
"allow-plugins": {

0 commit comments

Comments
 (0)