Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
fokosun committed Nov 14, 2023
1 parent 76877bb commit 42f5760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"psy/psysh": "^0.10.4|^0.11.1",
"symfony/var-dumper": "^4.3.4|^5.0|^6.0"
"symfony/var-dumper": "^4.3.4|^5.0|^6.0",
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Console/ChainCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ public function handle(): void
$this->table(['Command', '', 'Status', 'Output'], $rows);
}

$this->info("Display a list of commands that are not supported.");
if ($showIgnoredList) {
$this->info("Display a list of commands that are not supported.");
$rows = [];
foreach($this->toBeIgnored as $key => $row) {
$rows[] = [$key, $row];
Expand Down

0 comments on commit 42f5760

Please sign in to comment.