Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
[TASK] Abandon all extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Apr 27, 2020
1 parent cca0746 commit 56a8501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Classes/Command/ExtensionsTerJsonCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,9 @@ protected function evaluateExtensionState($extKey, $reviewState, $owner)

if (isset(self::$abandonedExtensionKeys[$extKey])) {
$packageArray['abandoned'] = self::$abandonedExtensionKeys[$extKey];
} else {
// Abandon all extensions because this repository is deprecated at all
$packageArray['abandoned'] = true;
}

return $packageArray;
Expand Down

0 comments on commit 56a8501

Please sign in to comment.