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"