Skip to content

Commit

Permalink
Merge pull request #73 from garethmidwood/feature/72-plugins-package-…
Browse files Browse the repository at this point in the history
…name

Update cdev-plugins composer package name to cdev/plugins
  • Loading branch information
garethmidwood authored Feb 19, 2020
2 parents 44f3172 + 48d9364 commit 3d2c7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Creode/Cdev/Command/Plugin/InstallPluginCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3d2c7c7

Please sign in to comment.