Skip to content

Commit

Permalink
Merge pull request #64 from okorneliuk/patch-1
Browse files Browse the repository at this point in the history
Fixed composer2 compatibility
  • Loading branch information
Naktibalda committed Oct 30, 2020
2 parents e5df90e + 0b95376 commit 88e1c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer.php
Expand Up @@ -9,7 +9,7 @@
use Composer\Installer\PackageEvents;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface;
use Composer\Script\Event;
use Composer\EventDispatcher\Event;
use Composer\Script\ScriptEvents;
use Composer\Semver\Comparator;

Expand Down Expand Up @@ -82,7 +82,7 @@ public function copyC3(PackageEvent $event)
return;
}

$this->copyC3V2(null);
$this->copyC3V2($event);
}

public function copyC3V2(Event $event)
Expand Down

0 comments on commit 88e1c13

Please sign in to comment.