Skip to content

Commit eaf01d7

Browse files
authored
Merge pull request #99 from wp-cli/fix/improve-php-unit-integration
2 parents 9e459a4 + dcc0771 commit eaf01d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"php-parallel-lint/php-console-highlighter": "^0.5",
1616
"php-parallel-lint/php-parallel-lint": "^1",
1717
"phpcompatibility/php-compatibility": "^9",
18-
"phpunit/phpunit": ">=4.8 <7",
18+
"phpunit/phpunit": "^5 | ^6 |^7 | ^8 | ^9",
1919
"wp-cli/config-command": "^1 || ^2",
2020
"wp-cli/core-command": "^1 || ^2",
2121
"wp-cli/eval-command": "^1 || ^2",
2222
"wp-cli/wp-cli": "^2",
2323
"wp-coding-standards/wpcs": "^2.1"
2424
},
2525
"require-dev": {
26-
"roave/security-advisories": "dev-master"
26+
"roave/security-advisories": "dev-master",
27+
"yoast/phpunit-polyfills": "^0.2.0"
2728
},
2829
"config": {
2930
"platform": {

0 commit comments

Comments
 (0)