Skip to content

Commit c89efd9

Browse files
committed
Polyfills need to be a regular dependency here
1 parent fd0f7b7 commit c89efd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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": {

0 commit comments

Comments
 (0)