Skip to content

Commit 965ee61

Browse files
Coding Standards: Upgrade WPCS to version 3.2.0.
The release updates some sniffs to account for changes in recent WordPress versions up to 6.8. References: * [https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.2.0 WPCS 3.2.0 release notes] * [WordPress/WordPress-Coding-Standards@3.1.0...3.2.0 Full list of changes in WPCS 3.2.0] Follow-up to [56695], [56799], [57378], [57986]. Props jrf, dingo_d, garyj, rodrigosprimo, westonruter, fredden, szepeviktor, jonmcpartland, davidperez, rockfire, desrosj, swissspidy, mukesh27, SergeyBiryukov. Fixes #63762. git-svn-id: https://develop.svn.wordpress.org/trunk@60523 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 632ead6 commit 965ee61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"require-dev": {
2222
"composer/ca-bundle": "1.5.7",
23-
"squizlabs/php_codesniffer": "3.10.3",
24-
"wp-coding-standards/wpcs": "~3.1.0",
23+
"squizlabs/php_codesniffer": "3.13.2",
24+
"wp-coding-standards/wpcs": "~3.2.0",
2525
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
2626
"yoast/phpunit-polyfills": "^1.1.0"
2727
},

0 commit comments

Comments
 (0)