From 5dcaa45330277627dd8042fdde2d69638a8a4cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 07:55:45 +0100 Subject: [PATCH] composer(deps-dev): bump phpunit/phpunit from 9.4.1 to 9.4.2 (#11) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.4.1 to 9.4.2. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.4.1...9.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 17d2924..adb8060 100644 --- a/composer.lock +++ b/composer.lock @@ -832,16 +832,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.4.1", + "version": "9.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1f09a12726593737e8a228ebb1c8647305d07c41" + "reference": "3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1f09a12726593737e8a228ebb1c8647305d07c41", - "reference": "1f09a12726593737e8a228ebb1c8647305d07c41", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa", + "reference": "3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa", "shasum": "" }, "require": { @@ -927,7 +927,7 @@ "type": "github" } ], - "time": "2020-10-11T07:41:19+00:00" + "time": "2020-10-19T09:23:29+00:00" }, { "name": "sebastian/cli-parser",