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.
2 parents 38c93ce + 10f734f commit feb6668Copy full SHA for feb6668
utils/make-phar.php
@@ -184,7 +184,6 @@ function get_composer_versions( $current_version ) {
184
->in( WP_CLI_VENDOR_DIR . '/rmccue/requests' )
185
->in( WP_CLI_VENDOR_DIR . '/composer' )
186
->in( WP_CLI_VENDOR_DIR . '/symfony' )
187
- ->in( WP_CLI_VENDOR_DIR . '/myclabs/deep-copy' )
188
->notName( 'behat-tags.php' )
189
->notPath( '#(?:[^/]+-command|php-cli-tools)/vendor/#' ) // For running locally, in case have composer installed or symlinked them.
190
->exclude( 'symfony/config' )
0 commit comments