From b29f98bfbb5671336546bb3a53946ae1eabc261e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 11:14:09 +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.0 to 0.12.1. - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/0.12.0...0.12.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a5cf5803..881f0961 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "jangregor/phpstan-prophecy": "~0.6.0", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.3", - "phpstan/phpstan-deprecation-rules": "~0.12.0", + "phpstan/phpstan-deprecation-rules": "~0.12.1", "phpstan/phpstan-phpunit": "~0.12.3", "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.1", diff --git a/composer.lock b/composer.lock index 36c2060d..ceafd2aa 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": "a6546f334084a6851b5eb6991e6b1405", + "content-hash": "99d9940f6bde93e481e05c433d63c3fe", "packages": [], "packages-dev": [ { @@ -2308,20 +2308,19 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "803af7ef6a04d1fd10ad8acc28ca83394caba68a" + "reference": "5a5b33f76c7a9c87219449319a30146f5a704762" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/803af7ef6a04d1fd10ad8acc28ca83394caba68a", - "reference": "803af7ef6a04d1fd10ad8acc28ca83394caba68a", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/5a5b33f76c7a9c87219449319a30146f5a704762", + "reference": "5a5b33f76c7a9c87219449319a30146f5a704762", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", "php": "~7.1", "phpstan/phpstan": "^0.12" }, @@ -2356,7 +2355,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2019-11-25T21:39:50+00:00" + "time": "2020-01-01T17:38:00+00:00" }, { "name": "phpstan/phpstan-phpunit",