From 789a97b34d88df59c5a2f9b8242c0dcea1358c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 15:02:52 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.94 to 0.12.95 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.94 to 0.12.95. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.94...0.12.95) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... 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 d5d47a24..ee701e2b 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.94", + "phpstan/phpstan": "~0.12.95", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.10", "phpunit/phpunit": "^8.5.19", diff --git a/composer.lock b/composer.lock index 5760116b..ec46da26 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": "f2f78473efaf3885bf510c809a080311", + "content-hash": "c71180cbf1770841279d2404456fcefc", "packages": [], "packages-dev": [ { @@ -2315,16 +2315,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.94", + "version": "0.12.95", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6" + "reference": "4ffddfe86e85dcc494a47e5f3dcfd1a2dccdce58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6", - "reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4ffddfe86e85dcc494a47e5f3dcfd1a2dccdce58", + "reference": "4ffddfe86e85dcc494a47e5f3dcfd1a2dccdce58", "shasum": "" }, "require": { @@ -2355,7 +2355,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.94" + "source": "https://github.com/phpstan/phpstan/tree/0.12.95" }, "funding": [ { @@ -2375,7 +2375,7 @@ "type": "tidelift" } ], - "time": "2021-07-30T09:05:27+00:00" + "time": "2021-08-20T12:53:41+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",