File tree Expand file tree Collapse file tree 1 file changed +29
-4
lines changed
Expand file tree Collapse file tree 1 file changed +29
-4
lines changed Original file line number Diff line number Diff line change 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+ 18+ "name" : " Bit-Code-Developer"
19+ }
20+ ],
621 "archive" : {
722 "exclude" : [
823 " .gitattributes" ,
1227 " composer.lock"
1328 ]
1429 },
30+ "require" : {
31+ "php" : " ^7.4 || ^8.0"
32+ },
1533 "autoload" : {
1634 "psr-4" : {
1735 "BitApps\\ WPDatabase\\ " : " ./src"
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}
You can’t perform that action at this time.
0 commit comments