You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,7 +101,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
102
101
$format = $input->getOption('format');
103
102
104
103
if ('yaml' === $format && !class_exists(Yaml::class)) {
105
-
$errorIo->error('Setting the "format" option to "yaml" requires the Symfony Yaml component. Try running "composer install symfony/yaml" or use "--format=json" instead.');
104
+
$errorIo->error('The "yaml" format requires the installation of the Yaml component. Install it with "composer require symfony/yaml", or choose another format by specifying "--format=json".');
0 commit comments