From fc7c6fd33499488ad1acbedd00652cf6929f2982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:00:20 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^1.23 to ^2.35 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/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v1.23.0...v2.35.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 01ce500..5838fe2 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.21.1", - "pestphp/pest": "^1.23", + "pestphp/pest": "^2.35", "spatie/ray": "^1.28" }, "autoload": {