0

I've been searching all over the internet and I can't seem to find any help as to where my composer's configuration file is saved to. Basically what I'm trying to do is change the COMPOSER_PROCESS_TIMEOUT=300 to COMPOSER_PROCESS_TIMEOUT=2000 as explained in this blog post. I'm currently running a vagrant box virtual Ubuntu server setup. Does anyone know where I am to find this file in my Ubuntu server?

Falcon Momot
  • 25,244
  • 15
  • 63
  • 92
Code
  • 111
  • 4

1 Answers1

1

it seems the answer to your question is in the comments of the link you posted:

qouting:

composer config --global process-timeout 2000
Dennis Nolte
  • 2,881
  • 4
  • 27
  • 37