1
0
Fork 0
pull/67/head
Jordi Boggiano 2011-10-28 01:05:56 +02:00
parent 23c1c40b3d
commit 220ab7f4ee
1 changed files with 2 additions and 1 deletions

View File

@ -50,8 +50,9 @@ EOT
{
$composer = $this->getComposer();
// create installed repo
// create local repo, this contains all packages that are installed in the local project
$localRepo = $composer->getRepositoryManager()->getLocalRepository();
// create installed repo, this contains all local packages + platform packages (php & extensions)
$installedRepo = new PlatformRepository($localRepo);
// creating repository pool