From 3bd014b77d1932f12bcc2c397c57dc06a2e345af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 04:02:20 +0000 Subject: [PATCH] Bump wp-coding-standards/wpcs from 1.0.0 to 2.1.1 Bumps [wp-coding-standards/wpcs](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) from 1.0.0 to 2.1.1. - [Release notes](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases) - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/compare/1.0.0...2.1.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 864a34d9c092f7..f4c0bb41a01f4f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "squizlabs/php_codesniffer": "^3.1", "wimg/php-compatibility": "^8", - "wp-coding-standards/wpcs": "^1.0.0" + "wp-coding-standards/wpcs": "^2.1.1" }, "require": { "composer/installers": "~1.0" diff --git a/composer.lock b/composer.lock index a7c30dab21f451..20be2a88fadc94 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": "14614d0ab7be7d1f70eeae5bcd5f125d", + "content-hash": "4817b9b58a623ba93cdcc966effe0b5c", "packages": [ { "name": "composer/installers", @@ -298,31 +298,34 @@ "phpcs", "standards" ], + "abandoned": "phpcompatibility/php-compatibility", "time": "2018-07-17T13:42:26+00:00" }, { "name": "wp-coding-standards/wpcs", - "version": "1.0.0", + "version": "2.1.1", "source": { "type": "git", - "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", - "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755" + "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", + "reference": "bd9c33152115e6741e3510ff7189605b35167908" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755", - "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755", + "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908", + "reference": "bd9c33152115e6741e3510ff7189605b35167908", "shasum": "" }, "require": { - "php": ">=5.3", - "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" + "php": ">=5.4", + "squizlabs/php_codesniffer": "^3.3.1" }, "require-dev": { - "phpcompatibility/php-compatibility": "*" + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "phpcompatibility/php-compatibility": "^9.0", + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", @@ -341,7 +344,7 @@ "standards", "wordpress" ], - "time": "2018-07-25T18:10:35+00:00" + "time": "2019-05-21T02:50:00+00:00" } ], "aliases": [],