Set COMPOSER_NO_INTERACTION=1

Use composer.env file for configuring composer

Add a note about composer configuration to the README
This commit is contained in:
Shivam Mathur
2021-12-26 15:10:26 +05:30
parent da0e854737
commit d78b8a6d49
4 changed files with 5 additions and 2 deletions

2
src/configs/composer.env Normal file
View File

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