From b28f7a277d7c16187a122ca1e337a1420a2588db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:18:43 +0000 Subject: [PATCH] chore(deps-dev): update pestphp/pest requirement in /bindings/php 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/v2.9.0...v4.7.4) --- updated-dependencies: - dependency-name: pestphp/pest dependency-version: 4.7.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- bindings/php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/php/composer.json b/bindings/php/composer.json index 2126c6ffb449..8de740f58f86 100644 --- a/bindings/php/composer.json +++ b/bindings/php/composer.json @@ -7,7 +7,7 @@ ], "require-dev": { "php": ">=8.1", - "pestphp/pest": "^2.9" + "pestphp/pest": "^4.7" }, "license": "Apache-2.0", "scripts": {