We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a06612 + c9d048b commit 4e40212Copy full SHA for 4e40212
foreach-bundle
@@ -6,7 +6,7 @@
6
get_bundle_dependencies()
7
{
8
echo "wp-cli/wp-cli-bundle"
9
- curl --silent "https://raw.githubusercontent.com/wp-cli/wp-cli-bundle/master/composer.json" \
+ curl --silent "https://raw.githubusercontent.com/wp-cli/wp-cli-bundle/main/composer.json" \
10
| jq --raw-output '."require" | keys[] | select(startswith("wp-cli/"))'
11
}
12
0 commit comments