We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e459a4 + dcc0771 commit eaf01d7Copy full SHA for eaf01d7
composer.json
@@ -15,15 +15,16 @@
15
"php-parallel-lint/php-console-highlighter": "^0.5",
16
"php-parallel-lint/php-parallel-lint": "^1",
17
"phpcompatibility/php-compatibility": "^9",
18
- "phpunit/phpunit": ">=4.8 <7",
+ "phpunit/phpunit": "^5 | ^6 |^7 | ^8 | ^9",
19
"wp-cli/config-command": "^1 || ^2",
20
"wp-cli/core-command": "^1 || ^2",
21
"wp-cli/eval-command": "^1 || ^2",
22
"wp-cli/wp-cli": "^2",
23
"wp-coding-standards/wpcs": "^2.1"
24
},
25
"require-dev": {
26
- "roave/security-advisories": "dev-master"
+ "roave/security-advisories": "dev-master",
27
+ "yoast/phpunit-polyfills": "^0.2.0"
28
29
"config": {
30
"platform": {
0 commit comments