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 3b61391 commit 6ef0ba8Copy full SHA for 6ef0ba8
utils/make-phar.php
@@ -200,6 +200,10 @@ function get_composer_versions( $current_version ) {
200
$finder
201
->in( WP_CLI_VENDOR_DIR . '/react' );
202
}
203
+if ( is_dir( WP_CLI_VENDOR_DIR . '/symfony/polyfill-php80' ) ) {
204
+ $finder
205
+ ->in( WP_CLI_VENDOR_DIR . '/symfony/polyfill-php80' );
206
+}
207
if ( 'cli' === BUILD ) {
208
209
->in( WP_CLI_VENDOR_DIR . '/wp-cli/mustangostang-spyc' )
0 commit comments