Make WordPress Core

Changeset 51470


Ignore:
Timestamp:
07/21/2021 02:30:42 PM (23 months ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Update PHP_CodeSniffer to version 3.6.0.

The latest releases contain various bugfixes, as well as (nearly complete) support for PHP 8.0.

Relevant changelogs:

For a full list of changes in this update, see the PHP_CodeSniffer GitHub:
https://github.com/squizlabs/PHP_CodeSniffer/compare/3.5.5...3.6.0

Props jrf.
Fixes #53477.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.lock

    r49571 r51470  
    15631563        {
    15641564            "name": "squizlabs/php_codesniffer",
    1565             "version": "3.5.5",
     1565            "version": "3.6.0",
    15661566            "source": {
    15671567                "type": "git",
    15681568                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1569                 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
    1570             },
    1571             "dist": {
    1572                 "type": "zip",
    1573                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
    1574                 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
     1569                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
     1570            },
     1571            "dist": {
     1572                "type": "zip",
     1573                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
     1574                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
    15751575                "shasum": ""
    15761576            },
     
    16101610                "standards"
    16111611            ],
    1612             "time": "2020-04-17T01:09:41+00:00"
     1612            "support": {
     1613                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
     1614                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
     1615                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
     1616            },
     1617            "time": "2021-04-09T00:54:41+00:00"
    16131618        },
    16141619        {
     
    18391844    },
    18401845    "platform-dev": [],
    1841     "plugin-api-version": "1.1.0"
     1846    "plugin-api-version": "2.1.0"
    18421847}
Note: See TracChangeset for help on using the changeset viewer.