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.
wp-cli/wp-cli-tests
1 parent b06b722 commit 055feaaCopy full SHA for 055feaa
utils/make-phar.php
@@ -237,6 +237,7 @@ function get_composer_versions( $current_version ) {
237
->in( WP_CLI_VENDOR_DIR . '/justinrainbow/json-schema' )
238
->in( WP_CLI_VENDOR_DIR . '/gettext' )
239
->in( WP_CLI_VENDOR_DIR . '/mck89' )
240
+ ->exclude( 'wp-cli-tests' )
241
->exclude( 'demo' )
242
->exclude( 'nb/oxymel/OxymelTest.php' )
243
->exclude( 'composer/spdx-licenses' )
0 commit comments