Use path repository with version alias for CI compatibility
Some checks failed
Create Release Package / build-release (push) Failing after 57s

- Remove VCS repository (CI cannot access private Gitea server)
- Add version alias to path repository for wc-licensed-product-client
- Lock file now uses submodule directly without network access

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 15:44:25 +01:00
parent 898d711b2f
commit 4a676aa195
2 changed files with 14 additions and 13 deletions

View File

@@ -18,14 +18,12 @@
{
"type": "path",
"url": "lib/wc-licensed-product-client",
"canonical": false,
"options": {
"symlink": false
"symlink": false,
"versions": {
"magdev/wc-licensed-product-client": "0.2.2"
}
}
},
{
"type": "vcs",
"url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git"
}
],
"require": {

17
composer.lock generated
View File

@@ -4,15 +4,15 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "43c2814217974c30faf49971e114e0c0",
"content-hash": "3cacd9c609c3c49fb4600d09a38c04be",
"packages": [
{
"name": "magdev/wc-licensed-product-client",
"version": "v0.2.2",
"source": {
"type": "git",
"url": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git",
"reference": "56abe8a97c72419c07a6daf263ba6f4a9b5fe4b1"
"version": "0.2.2",
"dist": {
"type": "path",
"url": "lib/wc-licensed-product-client",
"reference": "818f0330276ecdb1d90edea94da3de3728bb4ada"
},
"require": {
"php": "^8.3",
@@ -51,7 +51,10 @@
"issues": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client/issues",
"source": "https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client"
},
"time": "2026-01-28T10:56:47+00:00"
"transport-options": {
"symlink": false,
"relative": true
}
},
{
"name": "promphp/prometheus_client_php",