From c432f5135033129302ac5a5403389b60414aa59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:03:37 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^2.34 to ^2.34 || ^3.0 Updates the requirements on [pestphp/pest](https://github.com/pestphp/pest) to permit the latest version. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v2.34.0...v3.0.6) --- updated-dependencies: - dependency-name: pestphp/pest 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 abe53e7..ddc5b77 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "moneyphp/money": "^4.5" }, "require-dev": { - "pestphp/pest": "^2.34", + "pestphp/pest": "^2.34 || ^3.0", "vlucas/phpdotenv": "^5.6" }, "config": {