diff --git a/Installer.php b/Installer.php index 1364067..3825c58 100644 --- a/Installer.php +++ b/Installer.php @@ -25,7 +25,7 @@ class Installer extends LibraryInstaller public function supports($packageType) { return ('qcubed-plugin' === $packageType || - 'qcubed-qcubed' === $packageType); + 'qcubed-framework' === $packageType); } public function getInstallPath(PackageInterface $package) {