Pārlūkot izejas kodu

Fix Exception in Request

Fix the exception "Invalid argument supplied for foreach()" when the
install command is launched multiple times.
Benjamin Grandfond 14 gadi atpakaļ
vecāks
revīzija
72bfe8b92c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/Composer/DependencyResolver/Request.php

+ 1 - 0
src/Composer/DependencyResolver/Request.php

@@ -25,6 +25,7 @@ class Request
     public function __construct(Pool $pool)
     {
         $this->pool = $pool;
+        $this->jobs = array();
     }
 
     public function install($packageName, LinkConstraintInterface $constraint = null)