Skip to content

Commit 79ebe6c

Browse files
committed
require min 50 downloads on packagist to add the plugin to this list
1 parent a1f879c commit 79ebe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/SyncPackagesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function execute(Arguments $args, ConsoleIo $io)
7474
foreach ($data as $package) {
7575
$data = $this->getDataForPackage($package);
7676

77-
if ($data['is_abandoned']) {
77+
if ($data['is_abandoned'] || $data['downloads'] < 50) {
7878
continue;
7979
}
8080

0 commit comments

Comments
 (0)