Skip to content

Commit

Permalink
Composer v2 signature compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed May 11, 2020
1 parent aa41989 commit 12a0aca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Composer/Installer.php
Expand Up @@ -61,6 +61,16 @@ public function activate(Composer $composer, IOInterface $io): void
// does nothing, see getSubscribedEvents() instead.
}

public function deactivate(Composer $composer, IOInterface $io): void
{
// does nothing, see getSubscribedEvents() instead.
}

public function uninstall(Composer $composer, IOInterface $io): void
{
// does nothing, see getSubscribedEvents() instead.
}

/**
* Called before every dump autoload, generates a fresh PHP class.
*/
Expand Down

0 comments on commit 12a0aca

Please sign in to comment.