From df12e864fd592af458cb94c81a583e9eddc9fe60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 May 2020 01:58:35 +0000 Subject: [PATCH] Update dependency wp-coding-standards/wpcs to v2.3.0 --- composer.json | 2 +- composer.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2e86920..05e30a6 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ "dealerdirect/phpcodesniffer-composer-installer": "0.6.0", "squizlabs/php_codesniffer": "3.5.3", "phpcompatibility/phpcompatibility-wp": "*", - "wp-coding-standards/wpcs": "2.2.0" + "wp-coding-standards/wpcs": "2.3.0" } } diff --git a/composer.lock b/composer.lock index 27078b2..60417c8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7638d99159f4df6eeafdce348ff66e90", + "content-hash": "9e8a1d8b6d22b88b8bf93cb4a5468319", "packages": [], "packages-dev": [ { @@ -284,16 +284,16 @@ }, { "name": "wp-coding-standards/wpcs", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", - "reference": "f90e8692ce97b693633db7ab20bfa78d930f536a" + "reference": "7da1894633f168fe244afc6de00d141f27517b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/f90e8692ce97b693633db7ab20bfa78d930f536a", - "reference": "f90e8692ce97b693633db7ab20bfa78d930f536a", + "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", + "reference": "7da1894633f168fe244afc6de00d141f27517b62", "shasum": "" }, "require": { @@ -301,12 +301,13 @@ "squizlabs/php_codesniffer": "^3.3.1" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", "phpcompatibility/php-compatibility": "^9.0", + "phpcsstandards/phpcsdevtools": "^1.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." + "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", @@ -325,7 +326,7 @@ "standards", "wordpress" ], - "time": "2019-11-11T12:34:03+00:00" + "time": "2020-05-13T23:57:56+00:00" } ], "aliases": [], @@ -334,5 +335,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }