Skip to content

Commit 93bf1f5

Browse files
committed
add phpunit polyfills dependency
1 parent e577c30 commit 93bf1f5

2 files changed

Lines changed: 2157 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"squizlabs/php_codesniffer": "^3.6",
2828
"wp-coding-standards/wpcs": "^2.3",
2929
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
30-
"wp-phpunit/wp-phpunit": "^5.8"
30+
"wp-phpunit/wp-phpunit": "^5.8",
31+
"yoast/phpunit-polyfills": "^1.0"
3132
},
3233
"scripts": {
3334
"lint": "phpcs --standard=phpcs.xml"

0 commit comments

Comments
 (0)