31c23b64ff
Baseline before backporting wp-data-optimizer v3.0.1-v3.4.6. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TbG1keQQ7XBa7qMQY16KCY
26 lines
811 B
JSON
26 lines
811 B
JSON
{
|
|
"name": "2meet/2meet-data-optimizer-quotation-addon",
|
|
"description": "2meet-quotation 8 張自訂表 (2mq_*) 向 TMDO Custom Table Registry 註冊",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": ["wordpress", "2meet-data-optimizer", "addon", "quotation"],
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.5",
|
|
"wp-coding-standards/wpcs": "^3.0"
|
|
},
|
|
"scripts": {
|
|
"phpcs": "phpcs --standard=WordPress includes/ 2meet-data-optimizer-quotation-addon.php"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
},
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
}
|
|
}
|