Skip to content

Commit d120c12

Browse files
committed
Include main symfony folder
1 parent 3af827c commit d120c12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utils/make-phar.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,7 @@ function get_composer_versions( $current_version ) {
183183
->in( WP_CLI_VENDOR_DIR . '/mustache' )
184184
->in( WP_CLI_VENDOR_DIR . '/rmccue/requests' )
185185
->in( WP_CLI_VENDOR_DIR . '/composer' )
186-
->in( WP_CLI_VENDOR_DIR . '/symfony/finder' )
187-
->in( WP_CLI_VENDOR_DIR . '/symfony/polyfill-ctype' )
188-
->in( WP_CLI_VENDOR_DIR . '/symfony/polyfill-mbstring' )
189-
->in( WP_CLI_VENDOR_DIR . '/symfony/process' )
186+
->in( WP_CLI_VENDOR_DIR . '/symfony' )
190187
->in( WP_CLI_VENDOR_DIR . '/myclabs/deep-copy' )
191188
->notName( 'behat-tags.php' )
192189
->notPath( '#(?:[^/]+-command|php-cli-tools)/vendor/#' ) // For running locally, in case have composer installed or symlinked them.

0 commit comments

Comments
 (0)