This commit is contained in:
wangjinlei
2022-11-23 14:48:15 +08:00
parent 0a92e69b83
commit ec59e99a8b
636 changed files with 59164 additions and 46329 deletions

View File

@@ -3,7 +3,6 @@
namespace think\composer;
use Composer\Composer;
use Composer\Installer;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface;
@@ -21,6 +20,15 @@ class Plugin implements PluginInterface
//扩展
$manager->addInstaller(new ThinkExtend($io, $composer));
}
public function deactivate(Composer $composer, IOInterface $io)
{
}
}
public function uninstall(Composer $composer, IOInterface $io)
{
}
}