From 3f21e59917358159020c2037e8a185a018deeb2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 13:44:19 +0000 Subject: [PATCH] Bump phpstan/phpstan-strict-rules from 0.12.5 to 0.12.7 (#3976) --- composer.lock | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index 4d9b1929a..3607b808f 100644 --- a/composer.lock +++ b/composer.lock @@ -1115,31 +1115,27 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.5", + "version": "0.12.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "334898a32217e4605e0f9cfa3d3fc3101bda26be" + "reference": "03807e3410747ec18cd5f05a6342384adcc423bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/334898a32217e4605e0f9cfa3d3fc3101bda26be", - "reference": "334898a32217e4605e0f9cfa3d3fc3101bda26be", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/03807e3410747ec18cd5f05a6342384adcc423bf", + "reference": "03807e3410747ec18cd5f05a6342384adcc423bf", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.33" + "phpstan/phpstan": "^0.12.60" }, "require-dev": { - "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "ergebnis/composer-normalize": "^2.0.2", - "jakub-onderka/php-parallel-lint": "^1.0", - "phing/phing": "^2.16.0", - "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^7.0", - "slevomat/coding-standard": "^4.5.2" + "phing/phing": "^2.16.3", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-phpunit": "^0.12.16", + "phpunit/phpunit": "^7.5.20" }, "type": "phpstan-extension", "extra": { @@ -1164,9 +1160,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/master" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.7" }, - "time": "2020-08-30T15:42:06+00:00" + "time": "2020-12-13T13:27:14+00:00" }, { "name": "phpunit/php-code-coverage",