Skip to content

Commit

Permalink
Composer: raise the minimum supported PHPCSUtils version to 1.0.9
Browse files Browse the repository at this point in the history
PHPCSUtils 1.0.9 has been released and contains similar changes to update to the new PHPCS fork.

Ref:
* https://github.com/PHPCSStandards/PHPCSUtils/releases
  • Loading branch information
jrfnl committed Dec 2, 2023
1 parent 65fbc70 commit e6906dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Minimum Requirements

* PHP 5.4 or higher.
* [PHP_CodeSniffer][phpcs-gh] version **3.8.0** or higher.
* [PHPCSUtils][phpcsutils-gh] version **1.0.8** or higher.
* [PHPCSUtils][phpcsutils-gh] version **1.0.9** or higher.


Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require" : {
"php" : ">=5.4",
"phpcsstandards/php_codesniffer" : "^3.8.0",
"phpcsstandards/phpcsutils" : "^1.0.8"
"phpcsstandards/phpcsutils" : "^1.0.9"
},
"require-dev" : {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
Expand Down

0 comments on commit e6906dd

Please sign in to comment.