From d92a0cab6b7f3a8d6e15d53ce85934fe5ea14eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:51:12 +0000 Subject: [PATCH] composer(deps-dev): update dg/bypass-finals requirement Updates the requirements on [dg/bypass-finals](https://github.com/dg/bypass-finals) to permit the latest version. - [Release notes](https://github.com/dg/bypass-finals/releases) - [Commits](https://github.com/dg/bypass-finals/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: dg/bypass-finals dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 966e629..0c088d2 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-phpunit": "^1.2" }, "require-dev": { - "dg/bypass-finals": "^1.4", + "dg/bypass-finals": "^1.5", "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.5", "orchestra/testbench": "^8.1",