From 48ba5e729f6109a40e5f113ee1083930986998a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:58:16 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^1.20 to ^2.8 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/2.x/CHANGELOG.md) - [Commits](https://github.com/pestphp/pest/compare/v1.20.0...v2.8.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 d0d9183..f7ac4d5 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "pestphp/pest": "^1.20", + "pestphp/pest": "^2.8", "spatie/ray": "^1.28" }, "autoload": {