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 e5b60d9 commit 84bab4cCopy full SHA for 84bab4c
src/Illuminate/Foundation/Console/ApiInstallCommand.php
@@ -90,7 +90,7 @@ protected function uncommentApiRoutesFile()
90
protected function installSanctum()
91
{
92
$this->requireComposerPackages($this->option('composer'), [
93
- 'laravel/sanctum:dev-master',
+ 'laravel/sanctum:^4.0',
94
]);
95
96
$php = (new PhpExecutableFinder())->find(false) ?: 'php';
0 commit comments