From 5928308d54b52723c4332b9e235a6f935f164fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:58:43 +0000 Subject: [PATCH] build(deps-dev): update pestphp/pest requirement from ^2.23 to ^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.23.0...v3.0.0) --- 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 efe779c..dc615dd 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "require-dev": { "orchestra/testbench": "^9.2", - "pestphp/pest": "^2.23", + "pestphp/pest": "^3.0", "jiannei/laravel-enum": "dev-main", "laravel/pint": "^1.13" },