Testing scan for dataset.json in deps

This commit is contained in:
Chris 2022-09-03 13:12:03 +02:00
parent 7059efb6fa
commit 3e4db35a47
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ class DatasetManager
}
$glob = glob($root."/*/*/dataset.json");
foreach ($glob as $match) {
$path = dirname($glob);
$package = basename(dirname($path))."/".basename($path);
printf("found: %s\n", $package);
}
}
private function determineVendorPath(): ?string