From 8bf6f8e8ce56ab3f5c6cf1b0fe09fe51eaae9170 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 12 May 2026 02:40:29 +0900 Subject: feat(port): port InstallerEvents.php --- crates/shirabe/src/installer/installer_events.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crates') diff --git a/crates/shirabe/src/installer/installer_events.rs b/crates/shirabe/src/installer/installer_events.rs index feba67d..63a48f6 100644 --- a/crates/shirabe/src/installer/installer_events.rs +++ b/crates/shirabe/src/installer/installer_events.rs @@ -1 +1,7 @@ //! ref: composer/src/Composer/Installer/InstallerEvents.php + +pub struct InstallerEvents; + +impl InstallerEvents { + pub const PRE_OPERATIONS_EXEC: &'static str = "pre-operations-exec"; +} -- cgit v1.3.1