Skip to content

Commit feb6668

Browse files
authored
Merge pull request #321 from wp-cli/fix/remove-deep-copy
2 parents 38c93ce + 10f734f commit feb6668

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/make-phar.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ function get_composer_versions( $current_version ) {
184184
->in( WP_CLI_VENDOR_DIR . '/rmccue/requests' )
185185
->in( WP_CLI_VENDOR_DIR . '/composer' )
186186
->in( WP_CLI_VENDOR_DIR . '/symfony' )
187-
->in( WP_CLI_VENDOR_DIR . '/myclabs/deep-copy' )
188187
->notName( 'behat-tags.php' )
189188
->notPath( '#(?:[^/]+-command|php-cli-tools)/vendor/#' ) // For running locally, in case have composer installed or symlinked them.
190189
->exclude( 'symfony/config' )

0 commit comments

Comments
 (0)