Tools: Update WPCS to fix error on PHP 7.4.

See https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.1
This commit is contained in:
Ian Dunn 2022-04-27 13:31:18 -07:00
parent 61744dcbaa
commit 7cf76a6b13
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 482 additions and 210 deletions

View file

@ -18,7 +18,7 @@
"_comment" : "PHPUnit 7.x is the latest version that's compatible with Core, see https://core.trac.wordpress.org/ticket/46149", "_comment" : "PHPUnit 7.x is the latest version that's compatible with Core, see https://core.trac.wordpress.org/ticket/46149",
"require-dev" : { "require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "2.1.1", "wp-coding-standards/wpcs": "2.3.*",
"phpunit/phpunit": "^7", "phpunit/phpunit": "^7",
"spatie/phpunit-watcher": "^1.23" "spatie/phpunit-watcher": "^1.23"
}, },

690
composer.lock generated

File diff suppressed because it is too large Load diff