diff --git a/src/Vendor.php b/src/Vendor.php index fcea8b6..aeec950 100644 --- a/src/Vendor.php +++ b/src/Vendor.php @@ -11,7 +11,6 @@ class Vendor extends LibraryInstaller { public function install(InstalledRepositoryInterface $repo, PackageInterface $package): PromiseInterface { - return parent::install($repo, $package) ->then(function () use ($package) { $this->config($package); @@ -81,6 +80,6 @@ class Vendor extends LibraryInstaller public function supports($packageType): bool { - return 'think-extend' === $packageType; + return true; } } \ No newline at end of file