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 dc3beef + 684db55 commit 2b0da91Copy full SHA for 2b0da91
utils/make-phar.php
@@ -189,6 +189,7 @@ function get_composer_versions( $current_version ) {
189
->in( WP_CLI_ROOT . '/php' )
190
->in( WP_CLI_BUNDLE_ROOT . '/php' )
191
->in( WP_CLI_VENDOR_DIR . '/mustache' )
192
+ ->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
193
->in( WP_CLI_VENDOR_DIR . '/rmccue/requests' )
194
->in( WP_CLI_VENDOR_DIR . '/composer' )
195
->in( WP_CLI_VENDOR_DIR . '/symfony' )
0 commit comments