Skip to content

Commit

Permalink
Removes "(experimental)" label (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Apr 1, 2024
1 parent 6bb212c commit c1056a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class InstallCommand extends Command implements PromptsForMissingInput
{--dark : Indicate that dark mode support should be installed}
{--pest : Indicate that Pest should be installed}
{--ssr : Indicates if Inertia SSR support should be installed}
{--typescript : Indicates if TypeScript is preferred for the Inertia stack (Experimental)}
{--typescript : Indicates if TypeScript is preferred for the Inertia stack}
{--composer=global : Absolute path to the Composer binary which should be used to install packages}';

/**
Expand Down Expand Up @@ -378,7 +378,7 @@ protected function afterPromptingForMissingArguments(InputInterface $input, Outp
options: [
'dark' => 'Dark mode',
'ssr' => 'Inertia SSR',
'typescript' => 'TypeScript (experimental)',
'typescript' => 'TypeScript',
]
))->each(fn ($option) => $input->setOption($option, true));
} elseif (in_array($stack, ['blade', 'livewire', 'livewire-functional'])) {
Expand Down

0 comments on commit c1056a6

Please sign in to comment.