From 3c186e1ee2abda9a7539c681bdfc33d3ea470d03 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 04:43:28 +0000 Subject: [PATCH] Bump phpstan/phpstan-strict-rules from 0.12.7 to 0.12.8 Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 0.12.7 to 0.12.8. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/0.12.7...0.12.8) Signed-off-by: dependabot-preview[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 3f6d9ba..6c0e993 100644 --- a/composer.lock +++ b/composer.lock @@ -1919,21 +1919,21 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.7", + "version": "0.12.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "03807e3410747ec18cd5f05a6342384adcc423bf" + "reference": "ee0009302ff5312ca6b92a7330a6b66da0c70f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/03807e3410747ec18cd5f05a6342384adcc423bf", - "reference": "03807e3410747ec18cd5f05a6342384adcc423bf", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/ee0009302ff5312ca6b92a7330a6b66da0c70f12", + "reference": "ee0009302ff5312ca6b92a7330a6b66da0c70f12", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.60" + "phpstan/phpstan": "^0.12.66" }, "require-dev": { "phing/phing": "^2.16.3", @@ -1962,7 +1962,7 @@ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan", - "time": "2020-12-13T13:27:14+00:00" + "time": "2021-01-11T13:36:23+00:00" }, { "name": "phpunit/php-code-coverage",