From d5ed11ad6623b6e7e04fa4063eded4b939478e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:41:13 +0800 Subject: [PATCH] Update brainmaestro/composer-git-hooks requirement from ^2.7 to ^3.0 (#204) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e806586..78917369 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.1", - "brainmaestro/composer-git-hooks": "^2.7", + "brainmaestro/composer-git-hooks": "^3.0", "friendsofphp/php-cs-fixer": "^3.2", "nunomaduro/termwind": "^1.13", "laravel/pint": "^1.10"