From df6b33250a0932d8f9f1657616a2ff12b9e494fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:51:29 +0000 Subject: [PATCH] chore(deps-dev): update pestphp/pest requirement from ^2.20 to ^3.4 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.4.2) --- 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 0fc9ada..af16557 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "returnearly/laravel-enums": "^1.0" }, "require-dev": { - "pestphp/pest": "^2.20", + "pestphp/pest": "^3.4", "laravel/pint": "^1.0" }, "autoload": {