|
@@ -76,7 +76,7 @@ final class SelfUpdateCommand extends Command
|
|
|
<<<'EOT'
|
|
|
The <info>%command.name%</info> command replace your php-cs-fixer.phar by the
|
|
|
latest version released on:
|
|
|
-<comment>https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases</comment>
|
|
|
+<comment>https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases</comment>
|
|
|
|
|
|
<info>$ php php-cs-fixer.phar %command.name%</info>
|
|
|
|
|
@@ -130,7 +130,7 @@ EOT
|
|
|
&& true !== $input->getOption('force')
|
|
|
) {
|
|
|
$output->writeln(sprintf('<info>A new major version of PHP CS Fixer is available</info> (<comment>%s</comment>)', $latestVersion));
|
|
|
- $output->writeln(sprintf('<info>Before upgrading please read</info> https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/%s/UPGRADE-v%s.md', $latestVersion, $currentMajor + 1));
|
|
|
+ $output->writeln(sprintf('<info>Before upgrading please read</info> https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/%s/UPGRADE-v%s.md', $latestVersion, $currentMajor + 1));
|
|
|
$output->writeln('<info>If you are ready to upgrade run this command with</info> <comment>-f</comment>');
|
|
|
$output->writeln('<info>Checking for new minor/patch version...</info>');
|
|
|
|