Skip to content

Commit 4ef7581

Browse files
committed
Composer: raise the minimum supported PHPCS + PHPCSUtils versions
PHPCSUtils 1.0.9 has been released and raises the minimum supported PHPCS version to 3.8.0 for improved PHP 8.2 support. Ref: * https://github.com/PHPCSStandards/PHPCSUtils/releases/tag/1.0.9 * https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.8.0
1 parent dec70b8 commit 4ef7581

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Minimum Requirements
4646
-------------------------------------------
4747

4848
* PHP 5.4 or higher.
49-
* [PHP_CodeSniffer][phpcs-gh] version **3.7.1** or higher.
50-
* [PHPCSUtils][phpcsutils-gh] version **1.0.8** or higher.
49+
* [PHP_CodeSniffer][phpcs-gh] version **3.8.0** or higher.
50+
* [PHPCSUtils][phpcsutils-gh] version **1.0.9** or higher.
5151

5252

5353
Installation

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"require" : {
2424
"php" : ">=5.4",
25-
"squizlabs/php_codesniffer" : "^3.7.1",
26-
"phpcsstandards/phpcsutils" : "^1.0.8"
25+
"squizlabs/php_codesniffer" : "^3.8.0",
26+
"phpcsstandards/phpcsutils" : "^1.0.9"
2727
},
2828
"require-dev" : {
2929
"php-parallel-lint/php-parallel-lint": "^1.3.2",

0 commit comments

Comments
 (0)