From a2c02600d07ec30693409fb810ae0438e1123c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:50:02 +0000 Subject: [PATCH] Update pestphp/pest requirement from ^4.3 to ^4.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/4.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v4.3.0...v4.4.1) --- updated-dependencies: - dependency-name: pestphp/pest dependency-version: 4.4.1 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 3a921ae..e10494b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "laravel/pint": "^1.27", "orchestra/testbench": "^10.9", "orchestra/workbench": "^10.0.8", - "pestphp/pest": "^4.3", + "pestphp/pest": "^4.4", "pestphp/pest-plugin-laravel": "^4.0", "phpstan/phpstan": "^2.1.33", "phpunit/phpunit": "^12.5.4"