diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 513e9d4e090..63fb3f0c55c 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -376,7 +376,8 @@ List all depencies the package has.' if (is_array($info['release_deps'])) { $this->ui->startTable(array('caption' => 'Dependencies for ' . $info['package'], 'border' => true)); - $this->ui->tableRow(array("Type", "Name", "Relation", "Version")); + $this->ui->tableRow(array("Type", "Name", "Relation", "Version"), + array('bold' => true)); foreach ($info['release_deps'] as $d) {