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 055feaa commit b45eb42Copy full SHA for b45eb42
utils/make-phar.php
@@ -237,8 +237,8 @@ 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' )
+ ->exclude( 'wp-cli-tests' )
242
->exclude( 'nb/oxymel/OxymelTest.php' )
243
->exclude( 'composer/spdx-licenses' )
244
->exclude( 'composer/composer/src/Composer/Command' )
0 commit comments