From f9a10b2bf2da8b4c4bd82e7eda35145c226e650d Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Tue, 17 Jul 2018 17:06:17 +0000 Subject: [PATCH] Update wimg/php-compatibility from 8.1.0 to 8.2.0 --- composer.json | 2 +- composer.lock | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index d5a016e..b741e44 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP 7.x compatibility checker", "require-dev": { "squizlabs/php_codesniffer": "3.2.3", - "wimg/php-compatibility": "8.1.0" + "wimg/php-compatibility": "8.2.0" }, "prefer-stable" : true, "scripts": { diff --git a/composer.lock b/composer.lock index 17af739..037c49b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "29f396b71b29904dac7fa92175931516", + "content-hash": "808efe3b8c1a838d265b06dd9be544ee", "packages": [], "packages-dev": [ { @@ -60,30 +60,31 @@ }, { "name": "wimg/php-compatibility", - "version": "8.1.0", + "version": "8.2.0", "source": { "type": "git", - "url": "https://github.com/wimg/PHPCompatibility.git", - "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e" + "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", + "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e", - "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/eaf613c1a8265bcfd7b0ab690783f2aef519f78a", + "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a", "shasum": "" }, "require": { "php": ">=5.3", - "squizlabs/php_codesniffer": "^2.2 || ^3.0.2" + "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" }, "conflict": { "squizlabs/php_codesniffer": "2.6.2" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" + "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || 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": { @@ -93,7 +94,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0" + "LGPL-3.0-or-later" ], "authors": [ { @@ -108,7 +109,7 @@ "phpcs", "standards" ], - "time": "2017-12-27T21:58:38+00:00" + "time": "2018-07-17T13:42:26+00:00" } ], "aliases": [],