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 96a5af4 commit b6afa4aCopy full SHA for b6afa4a
utils/make-phar.php
@@ -277,8 +277,6 @@ function get_composer_versions( $current_version ) {
277
}
278
279
add_file( $phar, WP_CLI_VENDOR_DIR . '/autoload.php' );
280
-add_file( $phar, WP_CLI_VENDOR_DIR . '/autoload_commands.php' );
281
-add_file( $phar, WP_CLI_VENDOR_DIR . '/autoload_framework.php' );
282
if ( 'cli' !== BUILD ) {
283
add_file( $phar, WP_CLI_BUNDLE_ROOT . '/ci/behat-tags.php' );
284
add_file( $phar, WP_CLI_VENDOR_DIR . '/composer/composer/LICENSE' );
0 commit comments