aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-12 02:40:29 +0900
committernsfisis <nsfisis@gmail.com>2026-05-12 02:40:29 +0900
commit8bf6f8e8ce56ab3f5c6cf1b0fe09fe51eaae9170 (patch)
treef25e1d8f4d8f80f67e9aca98d338a6b6d716e0ad /crates/shirabe/src/installer
parent598ecbb3900dc08d571a1bdccab0b9cafdc34c08 (diff)
downloadphp-shirabe-8bf6f8e8ce56ab3f5c6cf1b0fe09fe51eaae9170.tar.gz
php-shirabe-8bf6f8e8ce56ab3f5c6cf1b0fe09fe51eaae9170.tar.zst
php-shirabe-8bf6f8e8ce56ab3f5c6cf1b0fe09fe51eaae9170.zip
feat(port): port InstallerEvents.php
Diffstat (limited to 'crates/shirabe/src/installer')
-rw-r--r--crates/shirabe/src/installer/installer_events.rs6
1 files changed, 6 insertions, 0 deletions
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";
+}