ComposerScripts
class ComposerScripts
Methods
static void
postInstall(Event $event)
Handle the post-install Composer event.
static void
postUpdate(Event $event)
Handle the post-update Composer event.
static void
postAutoloadDump(Event $event)
Handle the post-autoload-dump Composer event.
static void
prePackageUninstall(PackageEvent $event)
Handle the pre-package-uninstall Composer event.
static void
clearCompiled()
Clear the cached Hypervel bootstrapping files.
Details
at line 22
static void
postInstall(Event $event)
Handle the post-install Composer event.
at line 32
static void
postUpdate(Event $event)
Handle the post-update Composer event.
at line 42
static void
postAutoloadDump(Event $event)
Handle the post-autoload-dump Composer event.
at line 52
static void
prePackageUninstall(PackageEvent $event)
Handle the pre-package-uninstall Composer event.
at line 89
static protected void
clearCompiled()
Clear the cached Hypervel bootstrapping files.