From 93a73c81c6a7dc67861debd4d97a0a86f3712b55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 16:38:24 +0000 Subject: [PATCH] Bump phpstan/phpstan-strict-rules from 0.12.5 to 0.12.6 Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 0.12.5 to 0.12.6. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/0.12.5...0.12.6) Signed-off-by: dependabot-preview[bot] --- composer.lock | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/composer.lock b/composer.lock index 065c88e..6460563 100644 --- a/composer.lock +++ b/composer.lock @@ -64,12 +64,12 @@ "source": { "type": "git", "url": "https://github.com/chimeraphp/foundation.git", - "reference": "72fccf446754aaf414b8fd7a80adfa88ac9dc9b9" + "reference": "66b12e7019dc6fe98425fc8789d6ae7c4bd58e38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chimeraphp/foundation/zipball/72fccf446754aaf414b8fd7a80adfa88ac9dc9b9", - "reference": "72fccf446754aaf414b8fd7a80adfa88ac9dc9b9", + "url": "https://api.github.com/repos/chimeraphp/foundation/zipball/66b12e7019dc6fe98425fc8789d6ae7c4bd58e38", + "reference": "66b12e7019dc6fe98425fc8789d6ae7c4bd58e38", "shasum": "" }, "require": { @@ -118,7 +118,7 @@ "type": "patreon" } ], - "time": "2020-12-12T13:14:48+00:00" + "time": "2020-12-12T15:26:48+00:00" }, { "name": "fig/http-message-util", @@ -2439,31 +2439,27 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.5", + "version": "0.12.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "334898a32217e4605e0f9cfa3d3fc3101bda26be" + "reference": "80a77d3c2965b10fd7158b6c94aef1fd8abafbb0" }, "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/80a77d3c2965b10fd7158b6c94aef1fd8abafbb0", + "reference": "80a77d3c2965b10fd7158b6c94aef1fd8abafbb0", "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": { @@ -2486,7 +2482,7 @@ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan", - "time": "2020-08-30T15:42:06+00:00" + "time": "2020-12-12T16:28:23+00:00" }, { "name": "phpunit/php-code-coverage",