Skip to content

Commit 616cec6

Browse files
📝 update composer install command now 5.4 is released
The composer command as documented will try and install the latest release, which depends on 5.4 components and will fail in a 5.3 install.
1 parent c06d6a2 commit 616cec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Laravel already makes it easy to perform authentication via traditional login fo
4040

4141
To get started, install Passport via the Composer package manager:
4242

43-
composer require laravel/passport
43+
composer require laravel/passport=~1.0
4444

4545
Next, register the Passport service provider in the `providers` array of your `config/app.php` configuration file:
4646

0 commit comments

Comments
 (0)