There was an error while loading. Please reload this page.
2 parents e5df90e + 0b95376 commit 88e1c13Copy full SHA for 88e1c13
Installer.php
@@ -9,7 +9,7 @@
9
use Composer\Installer\PackageEvents;
10
use Composer\IO\IOInterface;
11
use Composer\Plugin\PluginInterface;
12
-use Composer\Script\Event;
+use Composer\EventDispatcher\Event;
13
use Composer\Script\ScriptEvents;
14
use Composer\Semver\Comparator;
15
@@ -82,7 +82,7 @@ public function copyC3(PackageEvent $event)
82
return;
83
}
84
85
- $this->copyC3V2(null);
+ $this->copyC3V2($event);
86
87
88
public function copyC3V2(Event $event)
0 commit comments