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