1
0
Fork 0

Added link to composer-allow-superuser (#10215)

pull/10224/head
jakobvibe 2021-10-26 17:43:03 +02:00 committed by GitHub
parent a7686e82f0
commit 15934a083c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ The `exec` command will always run third party code as the user which runs `comp
In some cases, like in CI systems or such where you want to install untrusted dependencies, the In some cases, like in CI systems or such where you want to install untrusted dependencies, the
safest way to do it is to run the above command. safest way to do it is to run the above command.
See [Environment variable - COMPOSER_ALLOW_SUPERUSER](../03-cli.md#composer-allow-superuser)
for more info on how to disable warning