From f9a5d7f4d486d04ac2b9e3b8f85cbf5c4c7d568e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 16:45:23 +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.1 to 0.12.2. - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/0.12.1...0.12.2) 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 4caf0a8e..743b4268 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.5", - "phpstan/phpstan-deprecation-rules": "~0.12.1", + "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.20", diff --git a/composer.lock b/composer.lock index d493be83..e2ab221a 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": "315dab3734d6d01e934d2cd187bfd1dd", + "content-hash": "e3c6bec6d4909b02e105052eb326a20e", "packages": [ { "name": "ergebnis/classy", @@ -2140,16 +2140,16 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.1", + "version": "0.12.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "5a5b33f76c7a9c87219449319a30146f5a704762" + "reference": "51d21a83b97e539e1fc56c1ce42ac0f187407fb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/5a5b33f76c7a9c87219449319a30146f5a704762", - "reference": "5a5b33f76c7a9c87219449319a30146f5a704762", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/51d21a83b97e539e1fc56c1ce42ac0f187407fb6", + "reference": "51d21a83b97e539e1fc56c1ce42ac0f187407fb6", "shasum": "" }, "require": { @@ -2187,7 +2187,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2020-01-01T17:38:00+00:00" + "time": "2020-01-12T16:25:40+00:00" }, { "name": "phpstan/phpstan-phpunit",