We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f3082 commit a4076fcCopy full SHA for a4076fc
src/Laravel/Commands/DebugCommand.php
@@ -94,8 +94,7 @@ private function processNativePHP(): static
94
info('Processing NativePHP Data...');
95
// Get composer versions
96
$versions = collect([
97
- 'nativephp/electron' => null,
98
- 'nativephp/laravel' => null,
+ 'nativephp/desktop' => null,
99
'nativephp/php-bin' => null,
100
])->mapWithKeys(function ($version, $key) {
101
try {
0 commit comments