Skip to content

Commit 8ebaf20

Browse files
authored
Merge pull request #765 from wp-cli/update-framework
2 parents d591e7d + a84283b commit 8ebaf20

File tree

2 files changed

+59
-58
lines changed

2 files changed

+59
-58
lines changed

composer.lock

Lines changed: 58 additions & 57 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ 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 . '/wp-cli/mustache' )
191+
->in( WP_CLI_VENDOR_DIR . '/mustache/mustache' )
192192
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
193193
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
194194
->in( WP_CLI_VENDOR_DIR . '/composer' )

0 commit comments

Comments
 (0)