We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f879c commit 79ebe6cCopy full SHA for 79ebe6c
1 file changed
src/Command/SyncPackagesCommand.php
@@ -74,7 +74,7 @@ public function execute(Arguments $args, ConsoleIo $io)
74
foreach ($data as $package) {
75
$data = $this->getDataForPackage($package);
76
77
- if ($data['is_abandoned']) {
+ if ($data['is_abandoned'] || $data['downloads'] < 50) {
78
continue;
79
}
80
0 commit comments