Skip to content

Commit 55145d5

Browse files
Coding Standards: Upgrade WPCS to version 3.3.0.
The impact on existing WordPress core code is expected to be minimal. The release updates some sniffs to account for changes in recent WordPress versions up to 6.9.0-RC2. References: * [https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.3.0 WPCS 3.3.0 release notes] * [WordPress/WordPress-Coding-Standards@3.2.0...3.3.0 Full list of changes in WPCS 3.3.0] Follow-up to [56695], [56799], [57378], [57986], [60523]. Props jrf, dingo_d, garyj, rodrigosprimo, johnjago, SergeyBiryukov. Fixes #64302. git-svn-id: https://develop.svn.wordpress.org/trunk@61306 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6bea530 commit 55145d5

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.9",
23-
"squizlabs/php_codesniffer": "3.13.2",
24-
"wp-coding-standards/wpcs": "~3.2.0",
23+
"squizlabs/php_codesniffer": "3.13.5",
24+
"wp-coding-standards/wpcs": "~3.3.0",
2525
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
2626
"yoast/phpunit-polyfills": "^1.1.0"
2727
},

0 commit comments

Comments
 (0)