From 7c0aca2941d1079ca5ac7147513a2556b169b820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 07:17:50 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-strict-rules 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[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b0c008ea..7cbf9c21 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan": "~0.12.66", "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-phpunit": "~0.12.17", - "phpstan/phpstan-strict-rules": "~0.12.7", + "phpstan/phpstan-strict-rules": "~0.12.8", "phpunit/phpunit": "^8.5.13", "psalm/plugin-phpunit": "~0.12.2", "symfony/filesystem": "^5.1.8", diff --git a/composer.lock b/composer.lock index a762be05..9a54a95a 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": "a51358c3954001ff25564610fb5656c0", + "content-hash": "3c071b25fbbf3ff757db907b552f7755", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2610,21 +2610,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", @@ -2655,9 +2655,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.7" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.8" }, - "time": "2020-12-13T13:27:14+00:00" + "time": "2021-01-11T13:36:23+00:00" }, { "name": "phpunit/php-code-coverage",