From 64652c947d6150c479632bfbd5627991fbcd800b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20de=20Guillebon?= Date: Wed, 8 Jan 2025 11:04:19 +0100 Subject: [PATCH] Update php-cs-fixer repository organisation --- __tests__/tools.test.ts | 2 +- src/configs/tools.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/tools.test.ts b/__tests__/tools.test.ts index 761cf76f..4a20a2fc 100644 --- a/__tests__/tools.test.ts +++ b/__tests__/tools.test.ts @@ -403,7 +403,7 @@ describe('Tools tests', () => { 'add_composer_tool flex flex symfony/ global', 'add_grpc_php_plugin latest', 'add_tool https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/latest/download/parallel-lint.phar parallel-lint "--version"', - 'add_tool https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.2.1/php-cs-fixer.phar php-cs-fixer "-V"', + 'add_tool https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.2.1/php-cs-fixer.phar php-cs-fixer "-V"', 'add_tool https://github.com/humbug/php-scoper/releases/latest/download/php-scoper.phar php-scoper "--version"', 'add_tool https://github.com/phpDocumentor/phpDocumentor/releases/latest/download/phpDocumentor.phar phpDocumentor "--version"', 'add_composer_tool phplint phplint overtrue/', diff --git a/src/configs/tools.json b/src/configs/tools.json index 61e38e50..396bb5be 100644 --- a/src/configs/tools.json +++ b/src/configs/tools.json @@ -71,7 +71,7 @@ }, "php-cs-fixer": { "type": "phar", - "repository": "FriendsOfPHP/PHP-CS-Fixer", + "repository": "PHP-CS-Fixer/PHP-CS-Fixer", "extension": ".phar", "domain": "https://github.com", "fetch_latest": "true",