Skip to content

Commit 2ebc6fb

Browse files
authored
Prepare composer.json for release (#630)
1 parent bd0de2e commit 2ebc6fb

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

composer.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Yii DataBase Library",
55
"keywords": [
66
"yii",
7-
"database"
7+
"sql",
8+
"database",
9+
"query-builder",
10+
"dbal"
811
],
912
"homepage": "https://www.yiiframework.com/",
1013
"license": "BSD-3-Clause",
@@ -16,8 +19,6 @@
1619
"chat": "https://t.me/yii3en",
1720
"source": "https://github.com/yiisoft/db"
1821
},
19-
"minimum-stability": "dev",
20-
"prefer-stable": true,
2122
"require": {
2223
"php": "^8.0",
2324
"ext-ctype": "*",
@@ -58,11 +59,6 @@
5859
"Yiisoft\\Db\\Sqlite\\Tests\\": "vendor/yiisoft/db-sqlite/tests"
5960
}
6061
},
61-
"extra": {
62-
"branch-alias": {
63-
"dev-master": "3.0.x-dev"
64-
}
65-
},
6662
"config": {
6763
"sort-packages": true,
6864
"allow-plugins": {

0 commit comments

Comments
 (0)