From d1e293e3490a516669566ada37feedd083bc356f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 05:17:37 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.31 to 0.12.32 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.31 to 0.12.32. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.31...0.12.32) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 781f9c58..2a3ef59f 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.29", + "phpstan/phpstan": "~0.12.32", "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 14d18e5a..47cf9304 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": "76cd02ad6ae1c9de412d1cd7365283ad", + "content-hash": "ab33e071b564ae3e3805caed63948393", "packages": [], "packages-dev": [ { @@ -2352,16 +2352,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.31", + "version": "0.12.32", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d" + "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/776c8056b401e1b67f277b9e9fb334d1a274671d", - "reference": "776c8056b401e1b67f277b9e9fb334d1a274671d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03863f504c8432b3de4d1881f73f6acb8c0e67c", + "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c", "shasum": "" }, "require": { @@ -2404,7 +2404,7 @@ "type": "tidelift" } ], - "time": "2020-06-24T20:55:29+00:00" + "time": "2020-07-01T11:57:52+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",