Skip to content

Commit f3d1ac9

Browse files
committed
Composer: update minimum version PHPCSUtils
PHPCSUtils has just released version 1.2.3, which includes a security fix which is relevant for two sniffs which are included in PHPCSExtra. With that in mind, I'm bumping the minimum supported PHPCSUtils version to encourage users of PHPCSExtra to upgrade. Why does a version bump in PHPCSExtra help ? Well, it only helps when a new version of PHPCSExtra is released, which is what I intend to do next. Once that's done, it helps as Composer will now show PHPCSExtra as a direct dependency which is outdated, while PHPCSUtils would only show as an indirect dependency which is outdated, which doesn't have the same urgency for people to update. Ref: https://github.com/PHPCSStandards/PHPCSUtils/releases/tag/1.2.3
1 parent b19aaa3 commit f3d1ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"require": {
3131
"php": ">=5.4",
32-
"phpcsstandards/phpcsutils": "^1.2.0",
32+
"phpcsstandards/phpcsutils": "^1.2.3",
3333
"squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
3434
},
3535
"require-dev": {

0 commit comments

Comments
 (0)