Skip to content

Commit 055feaa

Browse files
committed
Exclude wp-cli/wp-cli-tests from Phar
1 parent b06b722 commit 055feaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/make-phar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ function get_composer_versions( $current_version ) {
237237
->in( WP_CLI_VENDOR_DIR . '/justinrainbow/json-schema' )
238238
->in( WP_CLI_VENDOR_DIR . '/gettext' )
239239
->in( WP_CLI_VENDOR_DIR . '/mck89' )
240+
->exclude( 'wp-cli-tests' )
240241
->exclude( 'demo' )
241242
->exclude( 'nb/oxymel/OxymelTest.php' )
242243
->exclude( 'composer/spdx-licenses' )

0 commit comments

Comments
 (0)