Skip to content

Commit 74c4ed9

Browse files
committed
Composer: update various version constraints
... after the tooling has also updated to the PHPCSStandards version of PHPCS. Refs: * https://github.com/PHPCSStandards/PHPCSUtils/releases * https://github.com/PHPCSStandards/PHPCSExtra/releases * https://github.com/PHPCSStandards/PHPCSDevTools/releases
1 parent 0e6d4c6 commit 74c4ed9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ When you introduce new `public` sniff properties, or your sniff extends a class
4040
## Pre-requisites
4141
* WordPress-Coding-Standards
4242
* PHP_CodeSniffer 3.8.0 or higher
43-
* PHPCSUtils 1.0.8 or higher
44-
* PHPCSExtra 1.1.0 or higher
43+
* PHPCSUtils 1.0.9 or higher
44+
* PHPCSExtra 1.2.1 or higher
4545
* PHPUnit 4.x, 5.x, 6.x or 7.x
4646

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

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"ext-tokenizer": "*",
2323
"ext-xmlreader": "*",
2424
"phpcsstandards/php_codesniffer": "^3.8.0",
25-
"phpcsstandards/phpcsutils": "^1.0.8",
26-
"phpcsstandards/phpcsextra": "^1.1.0"
25+
"phpcsstandards/phpcsutils": "^1.0.9",
26+
"phpcsstandards/phpcsextra": "^1.2.1"
2727
},
2828
"require-dev": {
2929
"phpcompatibility/php-compatibility": "^9.0",
3030
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0",
31-
"phpcsstandards/phpcsdevtools": "^1.2.0",
31+
"phpcsstandards/phpcsdevtools": "^1.2.2",
3232
"php-parallel-lint/php-parallel-lint": "^1.3.2",
3333
"php-parallel-lint/php-console-highlighter": "^1.0.0"
3434
},

0 commit comments

Comments
 (0)