$timeout
$timeout :
__construct(\Composer\IO\IOInterface $io = null)
| \Composer\IO\IOInterface | $io |
execute(string $command, mixed $output = null, string $cwd = null) : integer
runs a process on the commandline
| string | $command | the command to execute |
| mixed | $output | the output will be written into this var if passed by ref if a callable is passed it will be used as output handler |
| string | $cwd | the working directory |
statuscode