Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8ef98c

Browse files
committed
disable timeout on composer command.
1 parent ee97de8 commit f8ef98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Foundation/Composer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function findComposer()
7979
*/
8080
protected function getProcess()
8181
{
82-
return new Process('', $this->workingPath);
82+
return with(new Process('', $this->workingPath))->setTimeout(null);
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)