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