22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"core": "WordPress/WordPress#6.7",
|
|
"phpVersion": "7.4",
|
|
"plugins": [
|
|
".",
|
|
"https://downloads.wordpress.org/plugin/query-monitor.zip",
|
|
"https://downloads.wordpress.org/plugin/wp-debugging.zip",
|
|
"https://downloads.wordpress.org/plugin/email-log.zip"
|
|
],
|
|
"port": 8888,
|
|
"env": {
|
|
"tests": {
|
|
"port": 8887
|
|
}
|
|
},
|
|
"config": {
|
|
"WP_DEBUG": true,
|
|
"WP_DEBUG_LOG": true,
|
|
"SCRIPT_DEBUG": true,
|
|
"WP_PHP_BINARY": "php"
|
|
}
|
|
} |