Make WordPress Core

Ticket #53477: 53477.patch

File 53477.patch, 2.2 KB (added by jrf, 3 years ago)

Update PHPCS to version 3.6.0, no new violations flagged.

  • composer.lock

    From 5b13aabc0be6f58231c44febe644f7e906dc44db Mon Sep 17 00:00:00 2001
    From: jrfnl <jrfnl@users.noreply.github.com>
    Date: Tue, 20 Jul 2021 15:06:50 +0200
    Subject: [PATCH] Composer: update PHPCS (trac 53477)
    
    Update the PHP_CodeSniffer dependency from version 3.5.5 to version 3.6.0.
    ---
     composer.lock | 17 +++++++++++------
     1 file changed, 11 insertions(+), 6 deletions(-)
    
    diff --git a/composer.lock b/composer.lock
    index 007bbf83ea..8550c08f63 100644
    a b  
    15621562        },
    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"
     1569                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
    15701570            },
    15711571            "dist": {
    15721572                "type": "zip",
    1573                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
    1574                 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
     1573                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
     1574                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
    15751575                "shasum": ""
    15761576            },
    15771577            "require": {
     
    16091609                "phpcs",
    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        {
    16151620            "name": "symfony/polyfill-ctype",
     
    18381843        "php": ">=5.6"
    18391844    },
    18401845    "platform-dev": [],
    1841     "plugin-api-version": "1.1.0"
     1846    "plugin-api-version": "2.1.0"
    18421847}