diff --git a/src/LocalInstaller.php b/src/LocalInstaller.php new file mode 100644 index 0000000..fdf2f0b --- /dev/null +++ b/src/LocalInstaller.php @@ -0,0 +1,15 @@ +io = $io; $this->handler = new Handler($composer, $io); try { - $this->updateConfig($this->getConfigJsonFile()); + // list('config' => $config,'path' => $path) = $this->getConfigJsonFile(); + // $composer->getInstallationManager()->addInstaller(new LocalInstaller($io,$composer)); } catch (NotFoundFileException $ex){ // do nothing }