Skip to content

Commit 63ba703

Browse files
authored
Merge pull request #92 from packagist/fix-tiny-typo
Fix missing 'e' in composer.lock
2 parents e67e043 + 1d1a380 commit 63ba703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/composer-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a subrepository only grant you access to the subrepository the token was created
2020

2121
#### Read-only vs update tokens
2222
There are two kinds of organization authentication tokens: read-only and update tokens.
23-
Read-only tokens are only meant to be used with an existing composer.lock file. So they are not suitable to run `composer update` and running `composer install` without a composr.lock file is the same as running `composer update`. They do not allow automatic mirroring of new packages and thus may prevent updating to latest versions if these add any new requirements.
23+
Read-only tokens are only meant to be used with an existing composer.lock file. So they are not suitable to run `composer update` and running `composer install` without a composer.lock file is the same as running `composer update`. They do not allow automatic mirroring of new packages and thus may prevent updating to latest versions if these add any new requirements.
2424
If you need to run `composer update`, then either use a token with update access or your personal access token.
2525
Please note that you will be charged for authentication tokens with update access as if they were user accounts.
2626

0 commit comments

Comments
 (0)