From 42d3abca224987b37c00981489541f528f2618fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:25:44 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^10.0.4 (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://github.com/sebastianbergmann/phpunit)) | require-dev | patch | `^10.0.3` -> `^10.0.4` | --- ### Release Notes
sebastianbergmann/phpunit ### [`v10.0.4`](https://github.com/sebastianbergmann/phpunit/compare/10.0.3...10.0.4) [Compare Source](https://github.com/sebastianbergmann/phpunit/compare/10.0.3...10.0.4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Lendable/composer-license-checker). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4bc51bcc..02c343e4 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1.1", "phpstan/phpstan-phpunit": "^1.3.3", "phpstan/phpstan-strict-rules": "^1.4.5", - "phpunit/phpunit": "^10.0.3", + "phpunit/phpunit": "^10.0.4", "rector/rector": "^0.15.12" }, "autoload": { diff --git a/composer.lock b/composer.lock index e51e42fd..0cacce0a 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": "ea41aa78bfe23c70431d788c5479124f", + "content-hash": "fce3c9e8571e2dda8a6020ab268903dc", "packages": [ { "name": "psr/container", @@ -1983,16 +1983,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.3", + "version": "10.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "140897d407ce1c9e0b6b5ced8663d442af7c5560" + "reference": "6be2d07cce2c7f812db007825a57da3b08972eaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/140897d407ce1c9e0b6b5ced8663d442af7c5560", - "reference": "140897d407ce1c9e0b6b5ced8663d442af7c5560", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6be2d07cce2c7f812db007825a57da3b08972eaf", + "reference": "6be2d07cce2c7f812db007825a57da3b08972eaf", "shasum": "" }, "require": { @@ -2063,7 +2063,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.4" }, "funding": [ { @@ -2079,7 +2079,7 @@ "type": "tidelift" } ], - "time": "2023-02-04T13:39:07+00:00" + "time": "2023-02-05T16:23:38+00:00" }, { "name": "rector/rector",