From 0fbc475b57df858a61e7e209f3cd3a843e5e17e3 Mon Sep 17 00:00:00 2001 From: Joseph Leedy Date: Fri, 1 Dec 2023 14:03:10 -0600 Subject: [PATCH] Replace dependency on abandoned PHP_CodeSniffer tool --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ca973e1..6d8f8f00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Magento Coding Standard -A set of Magento rules for [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) tool. +A set of Magento rules for [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) tool. ## Installation within a Magento 2 site diff --git a/composer.json b/composer.json index 70878734..10748abe 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "webonyx/graphql-php": "^15.0", "ext-simplexml": "*", "ext-dom": "*", - "squizlabs/php_codesniffer": "^3.6.1", + "phpcsstandards/php_codesniffer": "^3.6.1", "rector/rector": "^0.17.12", "phpcsstandards/phpcsutils": "^1.0.5", "magento/php-compatibility-fork": "^0.1"