From 7c9fb3262206f32bc636e4e685cdf0331ec894c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 15:03:37 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.97 to 0.12.98 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.97 to 0.12.98. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.97...0.12.98) --- 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 1bcbfb19..8e944433 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.97", + "phpstan/phpstan": "~0.12.98", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.11", "phpunit/phpunit": "^8.5.20", diff --git a/composer.lock b/composer.lock index 7cadb402..75c40801 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": "a34bbda3f5d80d6d2528ba7888b9ffdf", + "content-hash": "8957723fb866426487e0d9cea562cde7", "packages": [], "packages-dev": [ { @@ -2315,16 +2315,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.97", + "version": "0.12.98", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a8867e63a00e606589faf8d3613164f20722c4ee" + "reference": "3bb7cc246c057405dd5e290c3ecc62ab51d57e00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a8867e63a00e606589faf8d3613164f20722c4ee", - "reference": "a8867e63a00e606589faf8d3613164f20722c4ee", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3bb7cc246c057405dd5e290c3ecc62ab51d57e00", + "reference": "3bb7cc246c057405dd5e290c3ecc62ab51d57e00", "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.97" + "source": "https://github.com/phpstan/phpstan/tree/0.12.98" }, "funding": [ { @@ -2375,7 +2375,7 @@ "type": "tidelift" } ], - "time": "2021-09-01T10:51:52+00:00" + "time": "2021-09-02T12:33:01+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",