mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Remove plugin installer hackery
This commit is contained in:
parent
7267533690
commit
f7e8f7625f
10 changed files with 39 additions and 61 deletions
|
@ -141,9 +141,8 @@ class FilesystemRepository extends WritableArrayRepository
|
|||
|
||||
/**
|
||||
* @return ?array
|
||||
* @internal
|
||||
*/
|
||||
public function generateInstalledVersions(InstallationManager $installationManager)
|
||||
private function generateInstalledVersions(InstallationManager $installationManager)
|
||||
{
|
||||
if (!$this->dumpVersions) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue