From 08ad403ed366ac5839cb63333b5ba2c5007c655e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Jun 2026 00:03:28 +0900 Subject: feat(help): replace all "php composer.phar" in help text with "shirabe" --- crates/shirabe/src/command/check_platform_reqs_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/command/check_platform_reqs_command.rs') diff --git a/crates/shirabe/src/command/check_platform_reqs_command.rs b/crates/shirabe/src/command/check_platform_reqs_command.rs index 333c37f..23d2240 100644 --- a/crates/shirabe/src/command/check_platform_reqs_command.rs +++ b/crates/shirabe/src/command/check_platform_reqs_command.rs @@ -185,7 +185,7 @@ impl Command for CheckPlatformReqsCommand { self.set_help( "Checks that your PHP and extensions versions match the platform requirements of the installed packages.\n\n\ Unlike update/install, this command will ignore config.platform settings and check the real platform packages so you can be certain you have the required platform dependencies.\n\n\ - php composer.phar check-platform-reqs\n\n" + shirabe check-platform-reqs\n\n" ); Ok(()) } -- cgit v1.3.1