bdca748c22
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
790 B
JSON
26 lines
790 B
JSON
{
|
||
"name": "2meet/2meet-data-optimizer-latepoint-addon",
|
||
"description": "LatePoint 預約系統 booking 索引同步(4 hook)",
|
||
"type": "wordpress-plugin",
|
||
"license": "GPL-2.0-or-later",
|
||
"keywords": ["wordpress", "2meet-data-optimizer", "addon", "latepoint"],
|
||
"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-latepoint-addon.php"
|
||
},
|
||
"config": {
|
||
"allow-plugins": {
|
||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||
},
|
||
"optimize-autoloader": true,
|
||
"preferred-install": "dist",
|
||
"sort-packages": true
|
||
}
|
||
}
|