Reputation: 448
Iv been searching all over the internet and i cant seem to find any help as to where my composers 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?
Upvotes: 0
Views: 493
Reputation: 448
I have found the answer to my question after some more digging, in order to update the process timeout for composer simply invoke this command composer config --global process-timeout 2000
.Looks like a new day did me well, For all those wondering where the link to this answer comes from its found on this site.
Upvotes: 2