From 2a14d3c6bb7b6ce66c9a763400b5589a0c108fa1 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Fri, 1 Dec 2023 16:08:21 +0100 Subject: [PATCH] replace squizlabs/php_codesniffer with phpcsstandards/php_codesniffer --- build/PHPStan/phpstan.neon | 4 ++-- build/phpcs.xml | 4 ++-- composer.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/PHPStan/phpstan.neon b/build/PHPStan/phpstan.neon index ef8b16809..dae352a50 100644 --- a/build/PHPStan/phpstan.neon +++ b/build/PHPStan/phpstan.neon @@ -12,8 +12,8 @@ parameters: - %currentWorkingDirectory%/SlevomatCodingStandard bootstrapFiles: - - %currentWorkingDirectory%/vendor/squizlabs/php_codesniffer/autoload.php - - %currentWorkingDirectory%/vendor/squizlabs/php_codesniffer/src/Util/Tokens.php + - %currentWorkingDirectory%/vendor/phpcsstandards/php_codesniffer/autoload.php + - %currentWorkingDirectory%/vendor/phpcsstandards/php_codesniffer/src/Util/Tokens.php excludePaths: - %currentWorkingDirectory%/tests/*/data/* ignoreErrors: diff --git a/build/phpcs.xml b/build/phpcs.xml index 929551e3f..e2017522d 100644 --- a/build/phpcs.xml +++ b/build/phpcs.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/composer.json b/composer.json index 670f865e0..a3dd1d08f 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^7.2 || ^8.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", "phpstan/phpdoc-parser": "^1.23.1", - "squizlabs/php_codesniffer": "^3.7.1" + "phpcsstandards/php_codesniffer": "^3.7.1" }, "require-dev": { "phing/phing": "2.17.4",