From 8b579274b8a2dafc9eca54c187999f7ef35da4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 05:23:28 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.39 to 0.12.40 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.39 to 0.12.40. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.39...0.12.40) 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 3aa1439..6911ae5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.39", + "phpstan/phpstan": "~0.12.40", "phpstan/phpstan-deprecation-rules": "~0.12.5", "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.4", diff --git a/composer.lock b/composer.lock index ecae2fa..9c42731 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": "050c58e8f11e7d591b0bb40ea27bf175", + "content-hash": "e1223958cdb4d68b53760d82d2c31a2d", "packages": [], "packages-dev": [ { @@ -2324,16 +2324,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.39", + "version": "0.12.40", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f970cab80f0a681019dc669bf8c72905845dadaa" + "reference": "dce7293ad7b59fc09a9ab9b0b5b44902c092ca17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f970cab80f0a681019dc669bf8c72905845dadaa", - "reference": "f970cab80f0a681019dc669bf8c72905845dadaa", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dce7293ad7b59fc09a9ab9b0b5b44902c092ca17", + "reference": "dce7293ad7b59fc09a9ab9b0b5b44902c092ca17", "shasum": "" }, "require": { @@ -2376,7 +2376,7 @@ "type": "tidelift" } ], - "time": "2020-08-24T21:34:53+00:00" + "time": "2020-08-26T19:06:20+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",