1
0
Fork 0
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:
Jordi Boggiano 2021-02-17 23:21:18 +01:00
parent 7267533690
commit f7e8f7625f
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
10 changed files with 39 additions and 61 deletions

View file

@ -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;