From e570777087a6a6110c2def40e7e389df9c5a4043 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:47:37 +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 54969287..1ff3b233 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/test-util": "^1.0.0", "infection/infection": "~0.13.6", "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-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", diff --git a/composer.lock b/composer.lock index 1e9a5611..4e981c24 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": "845ad80a855825b6f167202464ea6be8", + "content-hash": "130b894da8e43ea588245163c65a4ae9", "packages": [], "packages-dev": [ { @@ -2335,16 +2335,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": { @@ -2373,7 +2373,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",