From f0566129e6770fe9f14421fcf7185ee7fd9a7861 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 07:36:47 +0000 Subject: [PATCH] Build(deps-dev): Bump phpunit/phpunit from 7.5.19 to 7.5.20 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.19 to 7.5.20. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.20/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.19...7.5.20) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f9e677eb..57512538 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-deprecation-rules": "~0.12.1", "phpstan/phpstan-phpunit": "~0.12.5", "phpstan/phpstan-strict-rules": "~0.12.1", - "phpunit/phpunit": "^7.5.19", + "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.8.0", "symfony/filesystem": "^4.4.1", "vimeo/psalm": "^3.8.2" diff --git a/composer.lock b/composer.lock index 66672802..ab06b3d9 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": "f7f720b0ffc04742cd4f8ad9fa79baf8", + "content-hash": "5333f1324880c433c60d13599cbab2d9", "packages": [ { "name": "ergebnis/composer-json-normalizer", @@ -2582,16 +2582,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.5.19", + "version": "7.5.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4263f76a3fc65385e242ef7357b99f3bed36707e" + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4263f76a3fc65385e242ef7357b99f3bed36707e", - "reference": "4263f76a3fc65385e242ef7357b99f3bed36707e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", "shasum": "" }, "require": { @@ -2662,7 +2662,7 @@ "testing", "xunit" ], - "time": "2020-01-06T16:53:05+00:00" + "time": "2020-01-08T08:45:45+00:00" }, { "name": "psalm/plugin-phpunit",