From 71208516755d8919096e4bd1150079621560fe82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2020 23:37:03 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.25 to 0.12.26 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.25 to 0.12.26. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.25...0.12.26) 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 c7a4488c..62421cb4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.25", + "phpstan/phpstan": "~0.12.26", "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-phpunit": "~0.12.11", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 7c177cbf..d051d4a7 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": "6938fd95af554d6771544c2e5f516b66", + "content-hash": "9a4841c9253b8c9ea28fdeed4b79a5c3", "packages": [], "packages-dev": [ { @@ -2232,16 +2232,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.25", + "version": "0.12.26", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64" + "reference": "f108dabe757a584fafc3baabc0fabf4d45e040f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9619551d68b2d4c0d681a8df73f3c847c798ee64", - "reference": "9619551d68b2d4c0d681a8df73f3c847c798ee64", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f108dabe757a584fafc3baabc0fabf4d45e040f1", + "reference": "f108dabe757a584fafc3baabc0fabf4d45e040f1", "shasum": "" }, "require": { @@ -2270,7 +2270,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-05-10T20:36:16+00:00" + "time": "2020-06-07T22:01:45+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",