Skip to content

Commit 66933c0

Browse files
authored
Merge pull request #302 from wpengine/fix/update-npm-packages
NPM package updates
2 parents 231c383 + 9395323 commit 66933c0

File tree

4 files changed

+3346
-2065
lines changed

4 files changed

+3346
-2065
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@
1313
},
1414
"require-dev": {
1515
"wp-coding-standards/wpcs": "^1",
16-
"phpunit/phpunit": "^6"
16+
"phpunit/phpunit": "^6",
17+
"yoast/phpunit-polyfills": "^1.0"
1718
},
1819
"scripts": {
1920
"phpcs": "phpcs --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",
2021
"phpcs:fix": "phpcbf --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",
2122
"test": "phpunit"
23+
},
24+
"config": {
25+
"allow-plugins": {
26+
"dealerdirect/phpcodesniffer-composer-installer": true
27+
}
2228
}
2329
}

composer.lock

Lines changed: 63 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)