Skip to content

Commit

Permalink
Composer: update various version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 3, 2023
1 parent 1b66722 commit 2b33752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ When you introduce new `public` sniff properties, or your sniff extends a class
## Pre-requisites
* WordPress-Coding-Standards
* PHP_CodeSniffer 3.8.0 or higher
* PHPCSUtils 1.0.8 or higher
* PHPCSExtra 1.2.0 or higher
* PHPCSUtils 1.0.9 or higher
* PHPCSExtra 1.2.1 or higher
* PHPUnit 4.x, 5.x, 6.x or 7.x

The WordPress Coding Standards use the `PHP_CodeSniffer` native unit test framework for unit testing the sniffs.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"ext-tokenizer": "*",
"ext-xmlreader": "*",
"phpcsstandards/php_codesniffer": "^3.8.0",
"phpcsstandards/phpcsutils": "^1.0.8",
"phpcsstandards/phpcsextra": "^1.2.0"
"phpcsstandards/phpcsutils": "^1.0.9",
"phpcsstandards/phpcsextra": "^1.2.1"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpcsstandards/phpcsdevtools": "^1.2.0",
"phpcsstandards/phpcsdevtools": "^1.2.2",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"php-parallel-lint/php-console-highlighter": "^1.0.0"
},
Expand Down

0 comments on commit 2b33752

Please sign in to comment.