From c4ad94f52c2825ec85868436031a2a705c66952c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:30:35 +0000 Subject: [PATCH] chore(deps-dev): Update captainhook/captainhook requirement Updates the requirements on [captainhook/captainhook](https://github.com/captainhook-git/captainhook) to permit the latest version. - [Release notes](https://github.com/captainhook-git/captainhook/releases) - [Commits](https://github.com/captainhook-git/captainhook/compare/5.29.0...5.29.2) --- updated-dependencies: - dependency-name: captainhook/captainhook dependency-version: 5.29.2 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 f5d51c4..076e66d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "psr/http-message": "^1.1 || ^2.0" }, "require-dev": { - "captainhook/captainhook": "5.29", + "captainhook/captainhook": "5.29.2", "ergebnis/composer-normalize": "^2.52", "infection/infection": "0.34", "nyholm/psr7": "^1.8",