Set COMPOSER_NO_AUDIT environment variable by default

This commit is contained in:
Shivam Mathur
2022-08-22 09:46:12 +05:30
parent e04e1d97f0
commit 6353d20df2
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
COMPOSER_PROCESS_TIMEOUT=0
COMPOSER_NO_INTERACTION=1
COMPOSER_NO_AUDIT=1