From 0bc04f18b089c4db43c63dadb492e2495a72e1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 05:57:06 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.74 to 0.12.75 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.74 to 0.12.75. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.74...0.12.75) 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 666d054b..3974a15a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/test-util": "^1.0.0", "infection/infection": "~0.15.3", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "~0.12.74", + "phpstan/phpstan": "~0.12.75", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.9", "phpunit/phpunit": "^8.5.14", diff --git a/composer.lock b/composer.lock index c5737a1d..d8f00f21 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": "f7241f72c2516c259eff1f1896d12b37", + "content-hash": "68703fee2ce5585307d6883686b719d9", "packages": [], "packages-dev": [ { @@ -2301,16 +2301,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.74", + "version": "0.12.75", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "bc5f9483c8f461c86653dcbd040cf0d2778c91a2" + "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bc5f9483c8f461c86653dcbd040cf0d2778c91a2", - "reference": "bc5f9483c8f461c86653dcbd040cf0d2778c91a2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2e4738cd67e0163861a065180eff7eb5c8417d6e", + "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e", "shasum": "" }, "require": { @@ -2341,7 +2341,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.74" + "source": "https://github.com/phpstan/phpstan/tree/0.12.75" }, "funding": [ { @@ -2357,7 +2357,7 @@ "type": "tidelift" } ], - "time": "2021-02-08T15:00:25+00:00" + "time": "2021-02-11T13:58:47+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",