Skip to content

Commit 598c767

Browse files
authored
Merge pull request #756 from wp-cli/fix/phar-dependencies
2 parents e6a3eb3 + 1daea92 commit 598c767

File tree

2 files changed

+67
-64
lines changed

2 files changed

+67
-64
lines changed

composer.lock

Lines changed: 65 additions & 63 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)