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.
1 parent b324633 commit a84283bCopy full SHA for a84283b
1 file changed
utils/make-phar.php
@@ -188,7 +188,7 @@ function get_composer_versions( $current_version ) {
188
->name( '/\.*.php8?/' )
189
->in( WP_CLI_ROOT . '/php' )
190
->in( WP_CLI_BUNDLE_ROOT . '/php' )
191
- ->in( WP_CLI_VENDOR_DIR . '/wp-cli/mustache' )
+ ->in( WP_CLI_VENDOR_DIR . '/mustache/mustache' )
192
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
193
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
194
->in( WP_CLI_VENDOR_DIR . '/composer' )
0 commit comments