From a52c19836fd66fa77d41b3cef56c434092271653 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 11:53:30 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan-strict-rules from 0.12.0 to 0.12.1 Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/0.12.0...0.12.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 8bfb2f5a..00efa558 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/phpstan": "~0.12.3", "phpstan/phpstan-deprecation-rules": "~0.12.1", "phpstan/phpstan-phpunit": "~0.12.3", - "phpstan/phpstan-strict-rules": "~0.12.0", + "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.18", "psalm/plugin-phpunit": "~0.8.0", "symfony/filesystem": "^4.4.0", diff --git a/composer.lock b/composer.lock index 24ac1f08..35996f00 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": "2ba928b518040d72f2877a00711985e5", + "content-hash": "abb1ed383106d743a630d3fa83f3eab4", "packages": [ { "name": "composer/semver", @@ -3417,28 +3417,27 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "0.12.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "48bbf6f03a0f7341c6b4a83360f3562c3e59a6d2" + "reference": "08f2e51454153e707c6f4fa2c339a59811e83200" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/48bbf6f03a0f7341c6b4a83360f3562c3e59a6d2", - "reference": "48bbf6f03a0f7341c6b4a83360f3562c3e59a6d2", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/08f2e51454153e707c6f4fa2c339a59811e83200", + "reference": "08f2e51454153e707c6f4fa2c339a59811e83200", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", "php": "~7.1", "phpstan/phpstan": "^0.12" }, "require-dev": { "consistence/coding-standard": "^3.0.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "ergebnis/composer-normalize": "^2.0.2", "jakub-onderka/php-parallel-lint": "^1.0", - "localheinz/composer-normalize": "^1.2.0", "phing/phing": "^2.16.0", "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^7.0", @@ -3465,7 +3464,7 @@ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan", - "time": "2019-11-21T18:03:27+00:00" + "time": "2020-01-01T17:32:25+00:00" }, { "name": "phpunit/php-code-coverage",