From 48d9364db8c71da2948b21bfabc7576c99203993 Mon Sep 17 00:00:00 2001 From: Gareth Midwood Date: Wed, 19 Feb 2020 21:43:41 +0000 Subject: [PATCH] Update cdev-plugins composer package name to cdev/plugins --- src/Creode/Cdev/Command/Plugin/InstallPluginCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Creode/Cdev/Command/Plugin/InstallPluginCommand.php b/src/Creode/Cdev/Command/Plugin/InstallPluginCommand.php index 38ef5b6..e5f258b 100644 --- a/src/Creode/Cdev/Command/Plugin/InstallPluginCommand.php +++ b/src/Creode/Cdev/Command/Plugin/InstallPluginCommand.php @@ -96,7 +96,7 @@ private function installPlugin($package = null) $path = \Creode\Cdev\Plugin\Manager::getPluginDir(); if (!$this->_composer->isInitialised($path)) { - $this->_composer->init($path, 'cdev-plugins'); + $this->_composer->init($path, 'cdev/plugins'); } $this->_composer->require($path, $packageToInstall);