Skip to content

Commit

Permalink
Uses stable version of Sanctum
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Dec 22, 2023
1 parent e5b60d9 commit bd5741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/ApiInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function uncommentApiRoutesFile()
protected function installSanctum()
{
$this->requireComposerPackages($this->option('composer'), [
'laravel/sanctum:dev-master',
'laravel/sanctum:^4.0',
]);

$php = (new PhpExecutableFinder())->find(false) ?: 'php';
Expand Down

0 comments on commit bd5741d

Please sign in to comment.