From 7c84ce74a2c0284d090dad2aba2ccfff122c689a 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:01:54 +0000 Subject: [PATCH] Bump wimg/php-compatibility from 8.2.0 to 9.3.1 Bumps [wimg/php-compatibility](https://github.com/PHPCompatibility/PHPCompatibility) from 8.2.0 to 9.3.1. - [Release notes](https://github.com/PHPCompatibility/PHPCompatibility/releases) - [Changelog](https://github.com/PHPCompatibility/PHPCompatibility/blob/develop/CHANGELOG.md) - [Commits](https://github.com/PHPCompatibility/PHPCompatibility/compare/8.2.0...9.3.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 36 +++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 864a34d9c092f7..f969893d9ccd81 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "squizlabs/php_codesniffer": "^3.1", - "wimg/php-compatibility": "^8", + "wimg/php-compatibility": "^9", "wp-coding-standards/wpcs": "^1.0.0" }, "require": { diff --git a/composer.lock b/composer.lock index a7c30dab21f451..40cc52dc0308b9 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": "55904d53a7a1ae0dd8586aff6405ed19", "packages": [ { "name": "composer/installers", @@ -249,16 +249,16 @@ }, { "name": "wimg/php-compatibility", - "version": "8.2.0", + "version": "9.3.1", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", - "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a" + "reference": "9999344e47e7af6b00e1a898eacc4e4368fb7196" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/eaf613c1a8265bcfd7b0ab690783f2aef519f78a", - "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9999344e47e7af6b00e1a898eacc4e4368fb7196", + "reference": "9999344e47e7af6b00e1a898eacc4e4368fb7196", "shasum": "" }, "require": { @@ -272,15 +272,10 @@ "phpunit/phpunit": "~4.5 || ^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 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", - "autoload": { - "psr-4": { - "PHPCompatibility\\": "PHPCompatibility/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" @@ -288,29 +283,40 @@ "authors": [ { "name": "Wim Godden", + "homepage": "https://github.com/wimg", "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "homepage": "https://github.com/jrfnl", + "role": "lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" } ], - "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.", + "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", "keywords": [ "compatibility", "phpcs", "standards" ], - "time": "2018-07-17T13:42:26+00:00" + "abandoned": "phpcompatibility/php-compatibility", + "time": "2019-09-05T18:36:49+00:00" }, { "name": "wp-coding-standards/wpcs", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", + "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755", + "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755", "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755", "shasum": "" },