Skip to content

Commit b6afa4a

Browse files
committed
Remove autoload splitter files from make-phar script
1 parent 96a5af4 commit b6afa4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/make-phar.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ function get_composer_versions( $current_version ) {
277277
}
278278

279279
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' );
282280
if ( 'cli' !== BUILD ) {
283281
add_file( $phar, WP_CLI_BUNDLE_ROOT . '/ci/behat-tags.php' );
284282
add_file( $phar, WP_CLI_VENDOR_DIR . '/composer/composer/LICENSE' );

0 commit comments

Comments
 (0)