From 0524fe1d59c40fd331dbf91649208983f124569d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 09:54:29 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan-phpunit from 0.12.3 to 0.12.5 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.3 to 0.12.5. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.3...0.12.5) 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 d8e2f01f..a3c161ee 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.3", "phpstan/phpstan-deprecation-rules": "~0.12.1", - "phpstan/phpstan-phpunit": "~0.12.3", + "phpstan/phpstan-phpunit": "~0.12.5", "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^7.5.18", "psalm/plugin-phpunit": "~0.8.0", diff --git a/composer.lock b/composer.lock index 9347e3a9..242e76d8 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": "53e0930444ca59e25bf78db6ae0da3f6", + "content-hash": "dad650add255c0dd441d6731764bb83b", "packages": [ { "name": "ergebnis/composer-json-normalizer", @@ -2223,22 +2223,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.3", + "version": "0.12.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "46a447bc1b88ba809d9c34056c9ea2ca940d6dec" + "reference": "fe49777a04d8dafcfb3958e3441d9c982a1e40ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/46a447bc1b88ba809d9c34056c9ea2ca940d6dec", - "reference": "46a447bc1b88ba809d9c34056c9ea2ca940d6dec", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fe49777a04d8dafcfb3958e3441d9c982a1e40ae", + "reference": "fe49777a04d8dafcfb3958e3441d9c982a1e40ae", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", "php": "~7.1", - "phpstan/phpstan": "^0.12" + "phpstan/phpstan": "^0.12.3" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -2276,7 +2275,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2019-12-20T13:23:24+00:00" + "time": "2020-01-03T10:04:21+00:00" }, { "name": "phpstan/phpstan-strict-rules",