UnknownPathExcluder should use readdir() instead of glob() for broader compatibility
Merged
requested to merge issue/automatic_updates-3395782:3395782-dependence-on-globbrace into 3.0.x
Compare changes
@@ -79,8 +79,25 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
@@ -79,8 +79,25 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
$known_paths = array_merge([$vendor_dir, $web_root, "$project_root/composer.json", "$project_root/composer.lock"], $scaffold_files_paths);