From d981b15682bc3d774305d9bc345a8ee5c5217ff4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 10 May 2020 21:53:45 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.24 to 0.12.25 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.24 to 0.12.25. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.24...0.12.25) 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 0d15b141..48806bd5 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/test-util": "~1.0.0", "jangregor/phpstan-prophecy": "~0.7.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.24", + "phpstan/phpstan": "~0.12.25", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 387f5e8d..f41cec8d 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": "2d58ab64155c000d98eb4973ec141c0d", + "content-hash": "98df2003ddaf69706a2d64b86b82118b", "packages": [ { "name": "ergebnis/json-normalizer", @@ -1411,16 +1411,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.24", + "version": "0.12.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "823a120fea50b68742b2be2285818202ecce511e" + "reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/823a120fea50b68742b2be2285818202ecce511e", - "reference": "823a120fea50b68742b2be2285818202ecce511e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9619551d68b2d4c0d681a8df73f3c847c798ee64", + "reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64", "shasum": "" }, "require": { @@ -1449,7 +1449,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-05-10T14:25:55+00:00" + "time": "2020-05-10T20:36:16+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",