Skip to content

Commit 70512de

Browse files
committed
chore: composer.json updated
1 parent 7ebfe5f commit 70512de

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

composer.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
{
22
"name": "bitapps/wp-database",
3-
"version": "1.0.0",
4-
"description": "A wpdb wrapper",
5-
"license": "gpl-2",
3+
"description": "A simple orm with wpdb",
4+
"license": "GPL-2.0-or-later",
5+
"type": "library",
6+
"keywords": [
7+
"wpdb",
8+
"database",
9+
"WordPress"
10+
],
11+
"support": {
12+
"issues": "https://github.com/Bit-Apps-Pro/wp-database/issues",
13+
"source": "https://github.com/Bit-Apps-Pro/wp-database"
14+
},
15+
"authors": [
16+
{
17+
"email": "[email protected]",
18+
"name": "Bit-Code-Developer"
19+
}
20+
],
621
"archive": {
722
"exclude": [
823
".gitattributes",
@@ -12,6 +27,9 @@
1227
"composer.lock"
1328
]
1429
},
30+
"require": {
31+
"php": "^7.4 || ^8.0"
32+
},
1533
"autoload": {
1634
"psr-4": {
1735
"BitApps\\WPDatabase\\": "./src"
@@ -27,9 +45,16 @@
2745
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
2846
"phpcompatibility/phpcompatibility-wp": "*"
2947
},
48+
"extra": {
49+
"branch-alias": {
50+
"dev-main": "1.x-dev"
51+
}
52+
},
3053
"config": {
3154
"allow-plugins": {
3255
"dealerdirect/phpcodesniffer-composer-installer": true
3356
}
34-
}
57+
},
58+
"minimum-stability": "stable",
59+
"prefer-stable": true
3560
}

0 commit comments

Comments
 (0)