Skip to content

Commit 84bab4c

Browse files
authored
Uses stable version of Sanctum (#49472)
1 parent e5b60d9 commit 84bab4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/ApiInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function uncommentApiRoutesFile()
9090
protected function installSanctum()
9191
{
9292
$this->requireComposerPackages($this->option('composer'), [
93-
'laravel/sanctum:dev-master',
93+
'laravel/sanctum:^4.0',
9494
]);
9595

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

0 commit comments

Comments
 (0)