aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer/installer_events.rs
blob: 63a48f68845623f58f27d2092ef27b3ca0565128 (plain)
1
2
3
4
5
6
7
//! ref: composer/src/Composer/Installer/InstallerEvents.php

pub struct InstallerEvents;

impl InstallerEvents {
    pub const PRE_OPERATIONS_EXEC: &'static str = "pre-operations-exec";
}