aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/prohibits_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/prohibits_command.rs')
-rw-r--r--crates/shirabe/src/command/prohibits_command.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/shirabe/src/command/prohibits_command.rs b/crates/shirabe/src/command/prohibits_command.rs
index c8aa89d..7144ba8 100644
--- a/crates/shirabe/src/command/prohibits_command.rs
+++ b/crates/shirabe/src/command/prohibits_command.rs
@@ -1,6 +1,11 @@
//! ref: composer/src/Composer/Command/ProhibitsCommand.php
+use shirabe_external_packages::symfony::component::console::command::command::Command;
+
+use crate::command::base_command::BaseCommand;
use crate::command::base_dependency_command::BaseDependencyCommand;
+use crate::composer::Composer;
+use crate::io::io_interface::IOInterface;
use crate::command::completion_trait::CompletionTrait;
use crate::console::input::input_argument::InputArgument;
use crate::console::input::input_option::InputOption;