diff --git a/src/Config.php b/src/Config.php index 6687ae8d03..141d1bcb5a 100644 --- a/src/Config.php +++ b/src/Config.php @@ -753,7 +753,7 @@ public function processLongArgument($arg, $pos) throw new DeepExitException($output, 0); case 'version': $output = 'PHP_CodeSniffer version '.self::VERSION.' ('.self::STABILITY.') '; - $output .= 'by Squiz (https://www.squiz.net)'.PHP_EOL; + $output .= 'by Squiz and PHPCSStandards'.PHP_EOL; throw new DeepExitException($output, 0); case 'colors': if (isset(self::$overriddenDefaults['colors']) === true) {