Skip to content

Commit

Permalink
fix: composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Sep 13, 2024
1 parent f3cab65 commit feb6848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/githooks/_pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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
composer validate --no-check-publish || true
composer update --no-interaction --no-progress --no-suggest --no-dev || true
composer update --no-interaction --no-progress || true

# commit the updated composer.lock
git add composer.lock
Expand Down
2 changes: 1 addition & 1 deletion src/githooks/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Git Hooks",
"id": "githooks",
"version": "1.2.8",
"version": "1.2.9",
"description": "A feature to add useful Git hooks to your project",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
Expand Down

0 comments on commit feb6848

Please sign in to comment.