Browse Source

Merge pull request #6023 from stof/add_property

Add missing definition of a property
Jordi Boggiano 8 years ago
parent
commit
31731a06c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Repository/ArtifactRepository.php

+ 1 - 0
src/Composer/Repository/ArtifactRepository.php

@@ -27,6 +27,7 @@ class ArtifactRepository extends ArrayRepository implements ConfigurableReposito
 
     protected $lookup;
     protected $repoConfig;
+    private $io;
 
     public function __construct(array $repoConfig, IOInterface $io)
     {