From c884bfb8c81b104dcb66a86edc057379f78095ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 30 May 2020 18:39:02 +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.3 to 0.12.4. - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/0.12.3...0.12.4) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2ab42daf..e78f5eab 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.25", - "phpstan/phpstan-deprecation-rules": "~0.12.3", + "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", diff --git a/composer.lock b/composer.lock index 2d0a1e6a..ad0fff82 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": "95195b3304ed2b95587114333954a0a1", + "content-hash": "19c91d5e5d91a3b3e77f71b1d54596d2", "packages": [ { "name": "ergebnis/classy", @@ -2213,16 +2213,16 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.3", + "version": "0.12.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "6f87f9c733d13bc069bc58f1735933b50dac32cb" + "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/6f87f9c733d13bc069bc58f1735933b50dac32cb", - "reference": "6f87f9c733d13bc069bc58f1735933b50dac32cb", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", + "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", "shasum": "" }, "require": { @@ -2260,7 +2260,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2020-05-20T20:57:34+00:00" + "time": "2020-05-30T18:02:31+00:00" }, { "name": "phpstan/phpstan-phpunit",