1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Use the repositories configured in composer.json for the require command

This commit is contained in:
Nils Adermann 2014-12-04 15:10:56 +01:00
parent 37ec0bde9d
commit 859c8f5bb3
2 changed files with 18 additions and 8 deletions

View file

@ -33,8 +33,9 @@ use Symfony\Component\Process\ExecutableFinder;
*/
class InitCommand extends Command
{
protected $repos;
private $gitConfig;
private $repos;
private $pool;
public function parseAuthorString($author)