From 4826be297c84d7ac37796e7e923b61910c939b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 13 Mar 2023 16:01:38 +0100 Subject: [PATCH] fix(LocalInstaller): prepare for future work --- src/LocalInstaller.php | 15 +++++++++++++++ src/Plugin.php | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/LocalInstaller.php 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 }