mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
See #9185 Closes https://github.com/buddypress/buddypress/pull/315 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13929 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
24 lines
442 B
JSON
24 lines
442 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"preferredVersions": {
|
|
"php": "8.2",
|
|
"wp": "latest"
|
|
},
|
|
"phpExtensionBundles": [
|
|
"kitchen-sink"
|
|
],
|
|
"steps": [
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginZipFile": {
|
|
"resource": "url",
|
|
"url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-beta1.zip"
|
|
}
|
|
}
|
|
]
|
|
}
|