mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 10:33:44 +03:00
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:
parent
61744dcbaa
commit
7cf76a6b13
|
@ -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
690
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue