From d29d859a62ae1f93bd80fa9df4a69d413c33f116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:42:57 +0000 Subject: [PATCH] Update brainmaestro/composer-git-hooks requirement from ^2.8 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.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 bc5b310..a19a73b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "spaze/phpstan-disallowed-calls": "^1.1", "roave/security-advisories": "dev-master", "jetbrains/phpstorm-attributes": "^1.0", - "brainmaestro/composer-git-hooks": "^2.8", + "brainmaestro/composer-git-hooks": "^3.0", "nette/bootstrap": "^3.0.1", "nette/tester": "^2.0" },