Skip to content

Commit e1014fa

Browse files
authored
Merge branch 'main' into update-framework
2 parents 92ab9a5 + 598c767 commit e1014fa

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/make-phar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ function get_composer_versions( $current_version ) {
188188
->name( '/\.*.php8?/' )
189189
->in( WP_CLI_ROOT . '/php' )
190190
->in( WP_CLI_BUNDLE_ROOT . '/php' )
191-
->in( WP_CLI_VENDOR_DIR . '/mustache' )
191+
->in( WP_CLI_VENDOR_DIR . '/wp-cli/mustache' )
192+
->in( WP_CLI_VENDOR_DIR . '/wp-cli/process' )
192193
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
193194
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
194195
->in( WP_CLI_VENDOR_DIR . '/composer' )

0 commit comments

Comments
 (0)