Skip to content

Commit

Permalink
Bugfix: Adjust MonorepoInstalledRepository::loadPackages to final Com…
Browse files Browse the repository at this point in the history
…poser 2 API
  • Loading branch information
beberlei committed Oct 28, 2020
1 parent a60178d commit b124c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"require-dev": {
"php": "^5.5|^7.0",
"composer/composer": "^2.0-alpha",
"composer/composer": "^2.0",
"phake/phake": "^2.2",
"phpunit/phpunit": "~4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/Monorepo/Composer/MonorepoInstalledRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getPackages()
return $this->packages;
}

public function loadPackages(array $packageNameMap, array $acceptableStabilities, array $stabilityFlags)
public function loadPackages(array $packageNameMap, array $acceptableStabilities, array $stabilityFlags, array $alreadyLoaded = [])
{
return $this->packages;
}
Expand Down

0 comments on commit b124c64

Please sign in to comment.