Make WordPress Core

Changeset 61306

Timestamp:
11/25/2025 02:43:24 PM (12 hours ago)
Author:
SergeyBiryukov
Message:

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:

Follow-up to [56695], [56799], [57378], [57986], [60523].

Props jrf, dingo_d, garyj, rodrigosprimo, johnjago, SergeyBiryukov.
Fixes #64302.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r61222 r61306  
    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"
Note: See TracChangeset for help on using the changeset viewer.