fair-plugin/.wp-env.json
Ipstenu (Mika Epstein) c569ddf212
Release 1.4.1 (#515)
Signed-off-by: Kaspars Dambis <hi@kaspars.net>
Signed-off-by: Chuck Adams <chaz@chaz.works>
Signed-off-by: Ipstenu (Mika Epstein) <Ipstenu@users.noreply.github.com>
Signed-off-by: Carrie Dils <cdils@users.noreply.github.com>
Signed-off-by: cdils <cdils@users.noreply.github.com>
Co-authored-by: Kaspars Dambis <hi@kaspars.net>
Co-authored-by: Namith Jawahar <48271037+namithj@users.noreply.github.com>
Co-authored-by: Andy Fragen <andy@thefragens.com>
Co-authored-by: Chuck Adams <chaz@chaz.works>
Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
Co-authored-by: Carrie Dils <cdils@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-14 09:33:18 -05:00

14 lines
307 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/wp-env.json",
"phpVersion": "8.0",
"plugins": [
"norcross/airplane-mode",
"johnbillion/query-monitor#3.18.0"
],
"mappings": {
"wp-content/plugins/plugin": "."
},
"config": {
"WP_TESTS_PHPUNIT_POLYFILLS_PATH": "./vendor/yoast/phpunit-polyfills"
}
}