From bb5381a519f2c263a21de94e519b43d1d96a59a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:26:24 +0000 Subject: [PATCH] chore(deps-dev): update brainmaestro/composer-git-hooks requirement Updates the requirements on [brainmaestro/composer-git-hooks](https://github.com/BrainMaestro/composer-git-hooks) to permit the latest version. - [Release notes](https://github.com/BrainMaestro/composer-git-hooks/releases) - [Commits](https://github.com/BrainMaestro/composer-git-hooks/compare/v2.8.0...v3.0.0) --- updated-dependencies: - dependency-name: brainmaestro/composer-git-hooks 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 527439a..29386bb 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8", "barryvdh/laravel-debugbar": "^3.7", - "brainmaestro/composer-git-hooks": "^2.8", + "brainmaestro/composer-git-hooks": "^3.0", "ergebnis/composer-normalize": "^2.43", "friendsofphp/php-cs-fixer": "^3.59", "guanguans/ai-commit": "dev-main",