Skip to content

Commit 533012b

Browse files
obenlandclaude
andcommitted
Use GitHub release zip for WebAuthn provider, drop explicit core ref
The WebAuthn provider GitHub source needs composer install, so use the pre-built release zip from GitHub instead. Remove the explicit WordPress core ref — wp-env's default core download is much faster than cloning WordPress/WordPress with all its branches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f1fad6c commit 533012b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.wp-env.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"core": "WordPress/WordPress",
32
"multisite": true,
43
"plugins": [
54
"WordPress/gutenberg",
65
"bbpress/bbPress",
76
"WordPress/two-factor",
8-
"https://downloads.wordpress.org/plugin/two-factor-provider-webauthn.latest-stable.zip",
7+
"https://github.com/sjinks/wp-two-factor-provider-webauthn/releases/latest/download/two-factor-provider-webauthn.zip",
98
"."
109
],
1110
"mappings": {

0 commit comments

Comments
 (0)