From 54e47b09b61a1448146ecc38ed7c00990e832ff8 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:18 +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 ffb6ad9a..e673052e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "jangregor/phpstan-prophecy": "~0.6.0", "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 b1a1d0ea..323925ef 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": "8b43b94ab6a3d7e03a027da47fc64624", + "content-hash": "17ccf118d5631786d1b37c8f5b981fbb", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2118,16 +2118,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": { @@ -2165,7 +2165,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",