Skip to content

Commit 08c3d1b

Browse files
committed
Composer: update to PHPCSExtra 1.5.0
PHPCSExtra 1.5.0 has been released and offers 7 new sniffs, some of which we may want to use. Ref: https://github.com/PHPCSStandards/PHPCSExtra/releases/tag/1.5.0
1 parent 8fe987c commit 08c3d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When you introduce new `public` sniff properties, or your sniff extends a class
6464
* WordPress-Coding-Standards
6565
* PHP_CodeSniffer 3.13.4 or higher
6666
* PHPCSUtils 1.1.0 or higher
67-
* PHPCSExtra 1.4.0 or higher
67+
* PHPCSExtra 1.5.0 or higher
6868
* PHPUnit 8.x - 9.x
6969

7070
The WordPress Coding Standards use the `PHP_CodeSniffer` native unit test framework for unit testing the sniffs.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-xmlreader": "*",
2424
"squizlabs/php_codesniffer": "^3.13.4",
2525
"phpcsstandards/phpcsutils": "^1.1.0",
26-
"phpcsstandards/phpcsextra": "^1.4.0"
26+
"phpcsstandards/phpcsextra": "^1.5.0"
2727
},
2828
"require-dev": {
2929
"phpcompatibility/php-compatibility": "^9.0",

0 commit comments

Comments
 (0)