Skip to content

Commit cbe8ad1

Browse files
authored
Merge pull request #101 from wp-cli/fix/polyfill-loading
2 parents fd0f7b7 + 00ea0f3 commit cbe8ad1

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"wp-cli/core-command": "^1 || ^2",
2121
"wp-cli/eval-command": "^1 || ^2",
2222
"wp-cli/wp-cli": "^2",
23-
"wp-coding-standards/wpcs": "^2.1"
23+
"wp-coding-standards/wpcs": "^2.1",
24+
"yoast/phpunit-polyfills": "^0.2.0"
2425
},
2526
"require-dev": {
26-
"roave/security-advisories": "dev-master",
27-
"yoast/phpunit-polyfills": "^0.2.0"
27+
"roave/security-advisories": "dev-master"
2828
},
2929
"config": {
3030
"platform": {

tests/phpunit6-compat.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)