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:
parent
37ec0bde9d
commit
859c8f5bb3
2 changed files with 18 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue