Tools: Upgrade WPCS to 3.x to fix PHP 8 errors

This commit is contained in:
Ian Dunn 2023-11-03 16:45:09 -07:00
parent c5e3ed32c9
commit 93d2124005
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 162 additions and 11 deletions

View file

@ -37,7 +37,7 @@
"composer/installers": "~1.0",
"wporg/wporg-mu-plugins": "dev-build",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "2.3.*",
"wp-coding-standards/wpcs": "3.0.*",
"phpunit/phpunit": "^9",
"spatie/phpunit-watcher": "^1.23",
"yoast/phpunit-polyfills": "^1.1"