From 8a808ab6c4ca1701620b6da81b03a27934f7824a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 06:30:42 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.12 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.11 to 0.12.12. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.11...0.12.12) 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 9ecc9814..5d859795 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.33", "phpstan/phpstan-deprecation-rules": "~0.12.4", - "phpstan/phpstan-phpunit": "~0.12.8", + "phpstan/phpstan-phpunit": "~0.12.12", "phpstan/phpstan-strict-rules": "~0.12.3", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.1", diff --git a/composer.lock b/composer.lock index 68694408..39f92ba5 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": "7ab6f7c2707744bcbac7b192c37c0860", + "content-hash": "cad5376771d3ff6949615a55506cd5e9", "packages": [ { "name": "ergebnis/json-printer", @@ -2350,28 +2350,28 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.11", + "version": "0.12.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "ab783a8ea634ea23305a8818c4750603e714489b" + "reference": "c6acfc9d251562c03f8693cd9127f329ba32ed39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/ab783a8ea634ea23305a8818c4750603e714489b", - "reference": "ab783a8ea634ea23305a8818c4750603e714489b", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/c6acfc9d251562c03f8693cd9127f329ba32ed39", + "reference": "c6acfc9d251562c03f8693cd9127f329ba32ed39", "shasum": "" }, "require": { "php": "~7.1", - "phpstan/phpstan": "^0.12.20" + "phpstan/phpstan": "^0.12.33" }, "conflict": { "phpunit/phpunit": "<7.0" }, "require-dev": { "consistence/coding-standard": "^3.5", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "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", @@ -2402,7 +2402,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-06-01T16:43:31+00:00" + "time": "2020-07-16T09:41:06+00:00" }, { "name": "phpstan/phpstan-strict-rules",