From 9675fa5772e5f9825c7b3464cae36cdcfcf331b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:15:51 +0000 Subject: [PATCH] Update brainmaestro/composer-git-hooks requirement from ^2.7 to ^3.0 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.7.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 a823594..d0e6775 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "guanguans/coole": "^2.0" }, "require-dev": { - "brainmaestro/composer-git-hooks": "^2.7", + "brainmaestro/composer-git-hooks": "^3.0", "friendsofphp/php-cs-fixer": "^3.0", "mockery/mockery": "^1.2", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",