Skip to content

Commit 06287c5

Browse files
authored
Switch Icinga/zf1 repo type from git to vcs (#105)
This change enables Composer to download dist archives (ZIP files) from GitHub instead of cloning the full Git repository. Fixes 'warning: adding embedded git repository' in GitHub Actions CI by avoiding .git dirs in vendor/.
1 parent bd1c9c8 commit 06287c5

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repositories": [
1717
{
18-
"type": "git",
18+
"type": "vcs",
1919
"url": "https://github.com/Icinga/zf1"
2020
}
2121
],

composer.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)