From 8ca6365a5474f5bc76435733cbf18f12e0af2904 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 19:08:50 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan-deprecation-rules Bumps [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/0.12.4...0.12.5) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 82981628..4913c745 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.33", - "phpstan/phpstan-deprecation-rules": "~0.12.4", + "phpstan/phpstan-deprecation-rules": "~0.12.5", "phpstan/phpstan-strict-rules": "~0.12.3", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.1", diff --git a/composer.lock b/composer.lock index 7846c4bc..c04590a1 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": "f18ff8dfe6564f9d088b1b9e27201cbd", + "content-hash": "86647d0bc65694698668611e86eab7d3", "packages": [], "packages-dev": [ { @@ -2559,25 +2559,25 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.4", + "version": "0.12.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187" + "reference": "bfabc6a1b4617fbcbff43f03a4c04eae9bafae21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", - "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/bfabc6a1b4617fbcbff43f03a4c04eae9bafae21", + "reference": "bfabc6a1b4617fbcbff43f03a4c04eae9bafae21", "shasum": "" }, "require": { - "php": "~7.1", - "phpstan/phpstan": "^0.12" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^0.12.26" }, "require-dev": { "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "ergebnis/composer-normalize": "^2.0.2", "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16.0", @@ -2606,7 +2606,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2020-05-30T18:02:31+00:00" + "time": "2020-07-21T14:52:30+00:00" }, { "name": "phpstan/phpstan-strict-rules",