diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a619724..0341ff49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -550,7 +550,7 @@ This initial alpha release contains the following sniffs: Individual sub-types can be allowed by excluding specific error codes. [Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer -[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version +[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version [Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD [1.2.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0 diff --git a/Modernize/ruleset.xml b/Modernize/ruleset.xml index 57e341ba..c30d745d 100644 --- a/Modernize/ruleset.xml +++ b/Modernize/ruleset.xml @@ -1,5 +1,5 @@ - + A collection of sniffs to detect code modernization opportunities. diff --git a/NormalizedArrays/ruleset.xml b/NormalizedArrays/ruleset.xml index ce35adb5..69c54a8e 100644 --- a/NormalizedArrays/ruleset.xml +++ b/NormalizedArrays/ruleset.xml @@ -1,5 +1,5 @@ - + A ruleset for PHP_CodeSniffer to check arrays for normalized format. diff --git a/README.md b/README.md index 9e70026a..a82fa893 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Minimum Requirements ------------------------------------------- * PHP 5.4 or higher. -* [PHP_CodeSniffer][phpcs-gh] version **3.7.1** or higher. -* [PHPCSUtils][phpcsutils-gh] version **1.0.8** or higher. +* [PHP_CodeSniffer][phpcs-gh] version **3.8.0** or higher. +* [PHPCSUtils][phpcsutils-gh] version **1.0.9** or higher. Installation @@ -566,8 +566,8 @@ This code is released under the [GNU Lesser General Public License (LGPLv3)](LIC [gha-qa-results]: https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/basics.yml [gha-test-results]: https://github.com/PHPCSStandards/PHPCSExtra/actions/workflows/test.yml -[phpcs-gh]: https://github.com/squizlabs/PHP_CodeSniffer +[phpcs-gh]: https://github.com/PHPCSStandards/PHP_CodeSniffer [phpcsutils-gh]: https://github.com/PHPCSStandards/PHPCSUtils [composer-installer-gh]: https://github.com/PHPCSStandards/composer-installer -[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version +[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version diff --git a/Universal/ruleset.xml b/Universal/ruleset.xml index 33067f2b..6c591eb7 100644 --- a/Universal/ruleset.xml +++ b/Universal/ruleset.xml @@ -1,5 +1,5 @@ - + A collection of universal sniffs. This standard is not designed to be used to check code. Include individual sniffs from this standard in a custom ruleset instead. diff --git a/composer.json b/composer.json index b59f2d8e..909fb189 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ }, "require" : { "php" : ">=5.4", - "squizlabs/php_codesniffer" : "^3.7.1", - "phpcsstandards/phpcsutils" : "^1.0.8" + "squizlabs/php_codesniffer" : "^3.8.0", + "phpcsstandards/phpcsutils" : "^1.0.9" }, "require-dev" : { "php-parallel-lint/php-parallel-lint": "^1.3.2", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index fd117cfe..86ffb0cb 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,7 +5,7 @@