From 92c454cec6c214c29ca54859c79d47a8f7d9fa68 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 21 Jul 2021 14:30:42 +0000 Subject: [PATCH] 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: * https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.6 * https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.7 * https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.6.0 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. git-svn-id: https://develop.svn.wordpress.org/trunk@51470 602fd350-edb4-49c9-b593-d223f7449a82 --- composer.lock | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 007bbf83ea..8550c08f63 100644 --- a/composer.lock +++ b/composer.lock @@ -1562,16 +1562,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.5", + "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6" + "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6", - "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", + "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "shasum": "" }, "require": { @@ -1609,7 +1609,12 @@ "phpcs", "standards" ], - "time": "2020-04-17T01:09:41+00:00" + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2021-04-09T00:54:41+00:00" }, { "name": "symfony/polyfill-ctype", @@ -1838,5 +1843,5 @@ "php": ">=5.6" }, "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.1.0" }