From 007fc24561cd8b58c033aac573167bd72589d351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 05:51:36 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.79 to 0.12.80 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.79 to 0.12.80. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.79...0.12.80) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9583eb9f..f11cf554 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ergebnis/phpstan-rules": "~0.15.3", "ergebnis/test-util": "^1.4.0", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "~0.12.79", + "phpstan/phpstan": "~0.12.80", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-phpunit": "~0.12.17", "phpstan/phpstan-strict-rules": "~0.12.9", diff --git a/composer.lock b/composer.lock index 7cb9e195..bfd60308 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": "2293838f319eb7db696ca38d47eb20c4", + "content-hash": "2a44aa57b25fccdc5a15dba770a25f8a", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2374,16 +2374,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.79", + "version": "0.12.80", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dd7769915648b704b9bd12925994457f1c2c8442" + "reference": "c6a1b17f22ecf708d434d6bee05092647ec7e686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dd7769915648b704b9bd12925994457f1c2c8442", - "reference": "dd7769915648b704b9bd12925994457f1c2c8442", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6a1b17f22ecf708d434d6bee05092647ec7e686", + "reference": "c6a1b17f22ecf708d434d6bee05092647ec7e686", "shasum": "" }, "require": { @@ -2414,7 +2414,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.79" + "source": "https://github.com/phpstan/phpstan/tree/0.12.80" }, "funding": [ { @@ -2430,7 +2430,7 @@ "type": "tidelift" } ], - "time": "2021-02-25T16:44:57+00:00" + "time": "2021-02-28T20:22:43+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",