From c94d4238206a901b0392b5d8874c2fd37d97b45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 05:36:14 +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.3 to 0.12.4. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/0.12.3...0.12.4) 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 0bdf7f8f..9caf4979 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/phpstan": "~0.12.33", "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-phpunit": "~0.12.12", - "phpstan/phpstan-strict-rules": "~0.12.3", + "phpstan/phpstan-strict-rules": "~0.12.4", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.1", "vimeo/psalm": "^3.12.2" diff --git a/composer.lock b/composer.lock index 68cbb7a8..2772c7a1 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": "42359cee5f0e7932284085c323e870a6", + "content-hash": "eb78adca484451dd528131fde162268a", "packages": [ { "name": "ergebnis/classy", @@ -2488,21 +2488,21 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.3", + "version": "0.12.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "937283265620af9e2005743134ebb4e197b12d8e" + "reference": "9b86e1eb77c796628e239820a01a2d327d607a5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/937283265620af9e2005743134ebb4e197b12d8e", - "reference": "937283265620af9e2005743134ebb4e197b12d8e", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/9b86e1eb77c796628e239820a01a2d327d607a5e", + "reference": "9b86e1eb77c796628e239820a01a2d327d607a5e", "shasum": "" }, "require": { - "php": "~7.1", - "phpstan/phpstan": "^0.12.6" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^0.12.33" }, "require-dev": { "consistence/coding-standard": "^3.0.1", @@ -2535,7 +2535,7 @@ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan", - "time": "2020-07-16T08:58:37+00:00" + "time": "2020-07-21T14:49:47+00:00" }, { "name": "phpunit/php-code-coverage",