2024-03-08 20:36:09 +08:00
|
|
|
{
|
|
|
|
"name": "wenpai-org/wp-china-yes",
|
|
|
|
"description": "WordPress Optimized Plugin for Mainland China",
|
|
|
|
"type": "project",
|
|
|
|
"require": {
|
|
|
|
"yahnis-elsts/plugin-update-checker": "^5.2"
|
|
|
|
},
|
2024-09-25 16:47:55 +08:00
|
|
|
"license": "GPL-3.0-or-later",
|
2024-03-08 20:36:09 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"WenPai\\ChinaYes\\": "./"
|
2024-03-08 21:48:15 +08:00
|
|
|
},
|
|
|
|
"files": [
|
2024-09-23 20:15:18 +08:00
|
|
|
"helpers.php",
|
|
|
|
"framework/classes/setup.class.php"
|
2024-03-08 21:48:15 +08:00
|
|
|
]
|
2024-03-08 20:36:09 +08:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "耗子",
|
|
|
|
"email": "i@haozi.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true
|
|
|
|
}
|
|
|
|
}
|