Fix composer repository config for CI compatibility
Some checks failed
Create Release Package / build-release (push) Failing after 3m3s

- Add VCS repository for wc-licensed-product-client
- Mark path repository as non-canonical
- Regenerate lock file with v0.2.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 15:39:27 +01:00
parent 9b100c5f45
commit 898d711b2f
2 changed files with 18 additions and 14 deletions

View File

@@ -17,7 +17,15 @@
"repositories": [
{
"type": "path",
"url": "lib/wc-licensed-product-client"
"url": "lib/wc-licensed-product-client",
"canonical": false,
"options": {
"symlink": false
}
},
{
"type": "vcs",
"url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git"
}
],
"require": {