From f2dd273420d84b764c192ab446b6ea20e2ecdd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:01:28 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^2.24 to ^2.24 || ^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.24.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 affd0fb..24fe954 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "ext-sodium": "*" }, "require-dev": { - "pestphp/pest": "^2.24", + "pestphp/pest": "^2.24 || ^3.0", "symfony/var-dumper": "^6.3", "rector/rector": "^0.18" },