Skip to content

Commit d67da69

Browse files
committed
Make symfony exclusions relative
1 parent 434f104 commit d67da69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

utils/make-phar.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ function get_composer_versions( $current_version ) {
194194
->in( WP_CLI_VENDOR_DIR . '/symfony' )
195195
->notName( 'behat-tags.php' )
196196
->notPath( '#(?:[^/]+-command|php-cli-tools)/vendor/#' ) // For running locally, in case have composer installed or symlinked them.
197-
->exclude( 'symfony/config' )
198-
->exclude( 'symfony/debug' )
199-
->exclude( 'symfony/dependency-injection' )
200-
->exclude( 'symfony/event-dispatcher' )
201-
->exclude( 'symfony/translation' )
202-
->exclude( 'symfony/yaml' )
197+
->exclude( 'config' )
198+
->exclude( 'debug' )
199+
->exclude( 'dependency-injection' )
200+
->exclude( 'event-dispatcher' )
201+
->exclude( 'translation' )
202+
->exclude( 'yaml' )
203203
->exclude( 'examples' )
204204
->exclude( 'features' )
205205
->exclude( 'test' )

0 commit comments

Comments
 (0)