From fec1c558e942eeddd1041afe89035b1578088b53 Mon Sep 17 00:00:00 2001 From: "Thomas G." Date: Thu, 9 Jan 2025 17:12:30 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20improves=20fixup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/githooks/_pre-commit.sh | 2 +- src/githooks/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/githooks/_pre-commit.sh b/src/githooks/_pre-commit.sh index 992c81c..de4bc86 100755 --- a/src/githooks/_pre-commit.sh +++ b/src/githooks/_pre-commit.sh @@ -37,7 +37,7 @@ if git diff ${@:---cached --name-only} | grep -q "composer.json"; then # ensure that the composer.json is valid and composer.lock is up-to-date npx --yes chalk-cli --no-stdin -t "{blue →} Ensure that the composer.json is valid and composer.lock is up-to-date..." - composer update --lock --ignore-platform-reqs --no-scripts --no-interaction --no-progress --no-autoloader --no-publish + composer update --lock --ignore-platform-reqs --no-scripts --no-interaction --no-progress --no-autoloader # commit the updated composer.lock git add composer.lock diff --git a/src/githooks/devcontainer-feature.json b/src/githooks/devcontainer-feature.json index 340fc75..0d1f4c3 100755 --- a/src/githooks/devcontainer-feature.json +++ b/src/githooks/devcontainer-feature.json @@ -1,6 +1,6 @@ { "name": "Git Hooks", - "version": "3.2.1", + "version": "3.2.2", "description": "A feature to add useful Git hooks to your project", "customizations": { "vscode": {