Skip to content

Commit a4076fc

Browse files
committed
update debug command
1 parent 86f3082 commit a4076fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Laravel/Commands/DebugCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ private function processNativePHP(): static
9494
info('Processing NativePHP Data...');
9595
// Get composer versions
9696
$versions = collect([
97-
'nativephp/electron' => null,
98-
'nativephp/laravel' => null,
97+
'nativephp/desktop' => null,
9998
'nativephp/php-bin' => null,
10099
])->mapWithKeys(function ($version, $key) {
101100
try {

0 commit comments

Comments
 (0)