From 528bc4695d07d928c389fa74e0f65bd123ce2091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:43:58 +0000 Subject: [PATCH] build(deps-dev): update pestphp/pest requirement || ^2.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/2.x/RELEASE.md) - [Commits](https://github.com/pestphp/pest/compare/v1.23.0...v2.34.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 b497ff9..240391b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "jane-php/open-api-3": "7.5", "nyholm/psr7": "^1.8", "friendsofphp/php-cs-fixer": "^3.22", - "pestphp/pest": "^1.23", + "pestphp/pest": "^1.23 || ^2.0", "php-http/guzzle7-adapter": "^1.0", "symfony/http-kernel": "^6.4" },