Skip to content

Commit

Permalink
Merge pull request #249 from PHPCSStandards/feature/composer-raise-mi…
Browse files Browse the repository at this point in the history
…nimum-phpcsutils

Composer: update minimum PHPCSUtils version
  • Loading branch information
jrfnl authored Jul 10, 2023
2 parents 187da1c + 1462afa commit 843a9d6
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 @@ -46,7 +46,7 @@ Minimum Requirements

* PHP 5.4 or higher.
* [PHP_CodeSniffer][phpcs-gh] version **3.7.1** or higher.
* [PHPCSUtils][phpcsutils-gh] version **1.0.0** or higher.
* [PHPCSUtils][phpcsutils-gh] version **1.0.7** 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 @@ -22,7 +22,7 @@
"require" : {
"php" : ">=5.4",
"squizlabs/php_codesniffer" : "^3.7.1",
"phpcsstandards/phpcsutils" : "^1.0.6"
"phpcsstandards/phpcsutils" : "^1.0.7"
},
"require-dev" : {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
Expand Down

0 comments on commit 843a9d6

Please sign in to comment.