From acb4d35cf9ecda3db919ee0bff41e91a2435b71e Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 2 Dec 2023 14:13:32 +0100 Subject: [PATCH] Flip to phpcsstandards (#35) --- composer.json | 4 ++-- tests/bootstrap.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 461825e9..a7464c53 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "symplify/rule-doc-generator-contracts": "^11.1" }, "require-dev": { - "symplify/easy-coding-standard": "^12.0.8", - "squizlabs/php_codesniffer": "^3.7.2", + "symplify/easy-coding-standard": "^12.0.11", + "phpcsstandards/php_codesniffer": "^3.7.2", "phpunit/phpunit": "^10.2", "symplify/rule-doc-generator": "^12.0", "phpstan/extension-installer": "^1.3", diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 855f0f8d..f5858037 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -5,7 +5,7 @@ use PHP_CodeSniffer\Util\Tokens; require_once __DIR__ . '/../vendor/autoload.php'; -require_once __DIR__ . '/../vendor/squizlabs/php_codesniffer/autoload.php'; +require_once __DIR__ . '/../vendor/phpcsstandards/php_codesniffer/autoload.php'; // initalize token with INT type, otherwise php-cs-fixer and php-parser breaks // initalize token with INT type, otherwise php-cs-fixer and php-parser breaks