laravel更新版本6中的软件包开发错误

时间:2019-09-26 11:26:26

标签: laravel-6

我无法在laravel 6中为我的网站开发软件包。 当我在json文件中添加软件包名称时,需要在comsoser.json内部显示错误。

 5/6 [=======================>----]  83% Installing package...

   Symfony\Component\Process\Exception\ProcessTimedOutException  : The process "composer require "SpeechToTextVendor/VideoSlice"" exceeded the timeout of 60 seconds.

  at C:\Xampp\htdocs\grad__clip\vendor\symfony\process\Process.php:1233
    1229|
    1230|         if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) {
    1231|             $this->stop(0);
    1232|
  > 1233|             throw new ProcessTimedOutException($this, ProcessTimedOutException::TYPE_GENERAL);
    1234|         }
    1235|
    1236|         if (null !== $this->idleTimeout && $this->idleTimeout < microtime(true) - $this->lastOutputTime) {
    1237|             $this->stop(0);

  Exception trace:

  1   Symfony\Component\Process\Process::checkTimeout()
      C:\Xampp\htdocs\grad__clip\vendor\symfony\process\Process.php:412

  2   Symfony\Component\Process\Process::wait()
      C:\Xampp\htdocs\grad__clip\vendor\symfony\process\Process.php:236

  Please use the argument -v to see more details.

0 个答案:

没有答案