diff --git a/manager-bundle/src/Composer/ScriptHandler.php b/manager-bundle/src/Composer/ScriptHandler.php index 4cfd5c87fe8..692a2e12689 100644 --- a/manager-bundle/src/Composer/ScriptHandler.php +++ b/manager-bundle/src/Composer/ScriptHandler.php @@ -38,7 +38,7 @@ public static function initializeApplication(Event $event): void $event->getIO()->write( sprintf( - 'Please edit your root composer.json and set "%s" to "%s" instead of using "ScriptHandler::initializeApplication()".', + 'Please edit your root composer.json and set "%s" to "@php vendor/bin/%s" instead of using "ScriptHandler::initializeApplication()".', $event->getName(), implode(' ', $command) )