From 1899f7b465e8286b14ee8ab928ca4cf8b968dfb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:25:49 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^2.20 to ^3.2 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.20.0...v3.2.1) --- 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 30011ad..fac902c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "illuminate/broadcasting" : "^10.0|^11.0", "openai-php/client": "^0.10.1", "illuminate/cache" : "^10.0|^11.0", - "pestphp/pest" : "^2.20", + "pestphp/pest" : "^3.2", "phpstan/phpstan" : "^1.11", "psr/simple-cache-implementation" : "^3.0", "psr/simple-cache" : "^3.0",