diff --git a/cli/manifest_read.php b/cli/manifest_read.php index 69bd3fb..f24abbd 100644 --- a/cli/manifest_read.php +++ b/cli/manifest_read.php @@ -93,6 +93,7 @@ if ($xml === false) { // Register namespace for XPath (optional, simple path works without) $fields = [ 'name' => (string)($xml->identity->name ?? ''), + 'display-name' => (string)($xml->identity->{"display-name"} ?? ''), 'org' => (string)($xml->identity->org ?? ''), 'description' => (string)($xml->identity->description ?? ''), 'license' => (string)($xml->identity->license ?? ''),