File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments